Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 295 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 295 Bytes

Testing templetizer with RequireJS

Make sure Gulp and CoffeeScript is installed:

npm install -g gulp coffee-script

Install all dependencies:

npm install

Start using:

gulp --require coffee-script/register watch

Clean using:

gulp --require coffee-script/register clean