As the title says, the gulp task WATCH isn't copying SCSS files to the lib/ionic directory.
Also I guess the copied files are in the wrong place, just to keep it as like when you use ionic from direct dependency I would be better to copy the ionic dist files to lib/ionic without build folder.
What do you think @felquis?
Causes this:
[19:46:15] Finished 'watch' after 14 ms
events.js:85
throw er; // Unhandled 'error' event
^
Error: scss/ionic.app.scss
22:9 file to import not found or unreadable: www/lib/ionic/scss/ionic
As the title says, the gulp task
WATCH
isn't copying SCSS files to the lib/ionic directory.Also I guess the copied files are in the wrong place, just to keep it as like when you use ionic from direct dependency I would be better to copy the ionic dist files to
lib/ionic
withoutbuild
folder.What do you think @felquis?
Causes this: