ngstarter-bootswatch-tasks
v1.0.0-rc.8
Published
Extends Angular 2 Starter with Bootswatch tasks
Maintainers
Readme
ngstarter-bootswatch-tasks
Extends Angular 2 Starter with Bootswatch specific tasks
Getting started
- Install Bootswatch and the starter extension
npm install bootswatch ngstarter-bootswatch-tasks --save-dev- Then require it somewhere in your Angular 2 Starter tasks
require('ngstarter-bootswatch-tasks');- Change your starter
bootstrap.scssto something like
@import '../../../node_modules/bootswatch/paper/variables';
@import 'bootstrap.variables';
@import '../../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap';
@import '../../../node_modules/bootswatch/paper/bootswatch';- Try it out, it's ready!
gulp set-theme --name=darklyCredits
Bootswatch for providing nice themes!
License
MIT
