Skip to content

Instantly share code, notes, and snippets.

@alexhanh
Created February 21, 2013 20:36
Show Gist options
  • Select an option

  • Save alexhanh/5007991 to your computer and use it in GitHub Desktop.

Select an option

Save alexhanh/5007991 to your computer and use it in GitHub Desktop.
grunt.loadNpmTasks('grunt-contrib'); // Loads all grunt-contrib-* tasks, including the cssmin
{
"name": "app",
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"grunt": "0.4.0",
"grunt-contrib": "0.4.0",
"grunt-regarde": "0.1.1"
},
"engines": {
"node": ">=0.8.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment