generator-angular-coffee-sass
v1.6.0
Published
Quick start webapp with AngualrJS, coffeescript, sass, underscoreJS
Downloads
23
Maintainers
Readme
generator-angular-coffee-sass
Quick start webapp with AngualrJS, coffeescript, sass, underscoreJS
Features
Please see our gulpfile for up to date information on what we support.
- Browserify with AngualrJS v1.5.8 and underscoreJS
- enable ES2015 features using Babel
- CSS Autoprefixing
- Built-in preview server with BrowserSync
- Automagically compile Sass
- Automagically lint your scripts
- Map compiled CSS to source stylesheets with source maps
- Automagically wire-up dependencies installed with Bower
Installation
First, install Yeoman and generator-angular-coffee-sass using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-angular-coffee-sass
Then generate your new project:
yo angular-coffee-sass
Yeoman will create a project with the following structure:
.
├── app
│ │── _coffee
│ │── _sass
│ │── fonts
│ │── images
│ │── views
│ └── index.html
├── node_modules
├── bower_components
├── test
├── .gitignore
├── bower.json
├── package.json
└── gulpfile.js
Getting Started
DEV:
gulp serve
DEPLOY:
gulp release
License
MIT © Leon Yip