omahajs / generator-omaha

Yeoman generator designed to help you craft sustainable code for the modern web
https://omaha.js.org
MIT License
12 stars 1 forks source link

"styling" task does not trigger browser reload #138

Closed jhwohlgemuth closed 4 years ago

jhwohlgemuth commented 6 years ago

Verified for AMD webapps created with: yo omaha --defaults --slim

jhwohlgemuth commented 6 years ago

This will be refactored as npm run build:css:watch

jhwohlgemuth commented 6 years ago

Also, this might be a good time to remove some redundancy that exists with npm start and npm run build:css:watch

jhwohlgemuth commented 6 years ago

I plan to address this after normalizing tasks (reduce dependency on Grunt, and add Gulp support)