1.6.0 • Published 8 years ago

generator-angular-coffee-sass v1.6.0

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

generator-angular-coffee-sass

NPM version Build Status Dependency Status Download Month

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

1.6.0

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.6

8 years ago

1.4.5

8 years ago

1.4.4

8 years ago

1.4.3

8 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.1.0

8 years ago

0.0.0

8 years ago