You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'master' of github.com:mgechev/angular2-seed
* 'master' of github.com:mgechev/angular2-seed:
Hotfix: infer injectable stylesheet extension from environment/stylesheet-preference
Chop-down import statement due to long line length
Hotfix: Add main.scss to list of injectable dependencies
Load html/css files in the browser for karma
Update mapPath method to handle SCSS stylesheets
Process SCSS files if --scss flag is present
Lint SCSS stylesheets
Do not copy .scss files to "dist/" during dev/prod build process
Added SCSS compiling option to seed.config
Added gulp-sass d.ts file reference to typings.json
Add sass-related dev-dependencies to package.json
Update README.md
Update seed.config.ts
Update karma.conf.js
Update package.json
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Provides fast, reliable and extensible starter for the development of Angular 2
13
13
`angular2-seed` provides the following features:
14
14
15
15
- Allows you to painlessly update the seed tasks of your already existing project.
16
-
- Out of the box ServiceWorkers and AppCache support thanks to the integration with [angular/progressive](https://github.com/angular/progressive).
16
+
- Out of the box ServiceWorkers and AppCache support thanks to the integration with [angular/mobile-toolkit](https://github.com/angular/mobile-toolkit).
17
17
- Ready to go, statically typed build system using gulp for working with TypeScript.
18
18
- Production and development builds.
19
19
- Sample unit tests with Jasmine and Karma including code coverage via [istanbul](https://gotwarlost.github.io/istanbul/).
@@ -40,7 +40,7 @@ npm install
40
40
# watches your files and uses livereload by default
0 commit comments