Skip to content

jcploucha/workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workflow

.gitignore

common files to ignore in this workflow

grunt

installation

$ npm install grunt

or

$ npm install if using package.json

tasks
  • handlebars: compiles handlebars template files into a templates.js file

  • sass: compiles sass file into a css file

  • jshint: lints javascript files

  • jscs: also lints javascript files

  • watch: watches css/html/handlebars/js files for changes on save and runs the appropriate task (e.g. save sass file > sass task is run) and reloads the browser

usage

$ grunt

package.json

for use with grunt to install all dependencies

.bash_profile

helpful aliases for running app in different environments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published