1.6.0 • Published 10 years ago
generator-angular-coffee-sass v1.6.0
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-sassThen generate your new project:
yo angular-coffee-sassYeoman 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.jsGetting Started
DEV:
gulp serveDEPLOY:
gulp release
License
MIT © Leon Yip
1.6.0
10 years ago
1.5.1
10 years ago
1.5.0
10 years ago
1.4.6
10 years ago
1.4.5
10 years ago
1.4.4
10 years ago
1.4.3
10 years ago
1.4.2
10 years ago
1.4.1
10 years ago
1.4.0
10 years ago
1.3.0
10 years ago
1.2.1
10 years ago
1.2.0
10 years ago
1.1.2
10 years ago
1.1.1
10 years ago
1.1.0
10 years ago
1.0.0
10 years ago
0.1.0
10 years ago
0.0.0
10 years ago