Skip to content

Instantly share code, notes, and snippets.

@zachmayberry
Created November 19, 2014 04:33
Show Gist options
  • Save zachmayberry/0022e67eea28edf3f8a7 to your computer and use it in GitHub Desktop.
Save zachmayberry/0022e67eea28edf3f8a7 to your computer and use it in GitHub Desktop.
Stop using grunt
{
"name": "AbandonGrunt",
"version": "1.0.0",
"description": "A quick test to try to leave grunt behind.",
"main": "main.js",
"watch": {
"lint": "source/js/*.js",
"sass": "source/sass/*.scss"
},
"scripts": {
"lint": "jshint source/js/*.js",
"sass": "sass source/sass/main.scss:assets/css/main.css",
"watch": "npm-watch"
},
"author": "Zachary Mayberry",
"license": "ISC",
"dependencies": {
},
"devDependencies": {
"jshint": "^2.5.10",
"sass": "0.5.0",
"npm-watch": "0.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment