Created
September 30, 2016 21:48
-
-
Save opsxcq/4563273b29db5d6a9fa314e0b4a3a3ae to your computer and use it in GitHub Desktop.
Ionic and sass not working
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If ionic isn't compiling sass, just add it to gulp.js | |
gulp.task('serve:before', ['default','watch']); | |
and be sure that in your watch task you compile your scss file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment