1.0.0-rc.8 • Published 8 years ago

ngstarter-bootswatch-tasks v1.0.0-rc.8

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

ngstarter-bootswatch-tasks

Extends Angular 2 Starter with Bootswatch specific tasks

npm version

Getting started

  1. Install Bootswatch and the starter extension

    npm install bootswatch ngstarter-bootswatch-tasks --save-dev
  2. Then require it somewhere in your Angular 2 Starter tasks

    require('ngstarter-bootswatch-tasks');
  3. Change your starter bootstrap.scss to 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';
  4. Try it out, it's ready!

    gulp set-theme --name=darkly

Credits

Bootswatch for providing nice themes!

License

MIT

1.0.0-rc.8

8 years ago

1.0.0-rc.7

8 years ago

1.0.0-rc.6

8 years ago

1.0.0-rc.5

8 years ago

1.0.0-rc.4

8 years ago

1.0.0-rc.3

8 years ago

1.0.0-rc.2

8 years ago

1.0.0-rc.1

8 years ago