Instal node js and ruby (for scss). Then run:
$ npm install && bower installStart application fist time:
$ gulp serveThis will create simple express server and prepare app for first time. First time sass sources will be compiled into css. Each next time, you can run gulp default, or gulp command without any task name:
$ gulpTo run app for testing, when sources are compiled, use next command:
$ gulp hostTo get production build run next command:
$ gulp buildManually to remove all generated sources (like css files and build folder and generated index.html) run:
$ gulp clean-generatedManually to generate index.html run:
$ gulp inject-filesManually to compile all sass files into css files run:
$ gulp sassTo run jshint on sources use:
$ gulp jshintВместо index.html нужно править index-inject.html Index html здесь генерируется на лету при измении файлов.
Тестовое окружение тоже настроено и написан один тест для примера на одну директиву.