ionic-team / ionic-gulp-tasks

Collection of gulp tasks for building Ionic apps
41 stars 33 forks source link

Adding copyCSS gulp task so we can copy CSS sources to build directory #25

Closed alexmgrant closed 3 years ago

alexmgrant commented 8 years ago

Since the release of the Angular2 style guide it's suggested that we "Do extract templates and styles into a separate file, when more than 3 lines." I'm aware ionic is using sass, but I think styleUrls comes in handy for encapsulation of components. For this purpose I have added a gulp task which mimics copyHTML for the purpose of copying css files to the www/ directory.