I used https://github.com/diegonetto/generator-ionic to build my project, but after I run grunt to build files into www, and then run ionic serve, my styles.css file is missing, the www/styles fold only has one file vendor.css, but the DOM is trying to include style.css from this fold.
Any idea?