SC5 / gulp-bobrsass-boilerplate

Gulp BoBrSASS Boilerplate
7 stars 13 forks source link

Updated Angular application structure #51

Closed KariHe closed 8 years ago

KariHe commented 9 years ago

Updated Angular application source code structure for better maintainability, and updated how application is bundled (Could use little improvements to get sourcemaps working). Separated 3rd party javascripts to own bundle, so that application bundling is faster in development.

Added support for Karma unit tests. Test files are now placed under corresponding module with postfix *.test.js for protractor and *.spec.js for karma unit tests.

Removed dependency of Ruby/Compass and replaced it with libsass.