Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
Add grunt-cli, and redo lockdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose committed Feb 5, 2014
1 parent 97652ff commit 4fe5ded
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/build
/dist
/*.egg-info
/node_modules/.bin/grunt
/node_modules/.bin/nunjucks-precompile
/node_modules/grunt*
/node_modules/nunjucks
Expand Down
6 changes: 6 additions & 0 deletions lockdown.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@
"grunt": {
"0.4.2": "895b4f28a6102bffd41d365a65e8be2d6a293d93"
},
"grunt-cli": {
"0.1.13": "e9ebc4047631f5012d922770c39378133cad10f4"
},
"grunt-contrib-jshint": {
"0.8.0": "6bd52325dcce1d995dbbf648030c59e1a606acda"
},
Expand Down Expand Up @@ -228,6 +231,9 @@
"readable-stream": {
"1.0.25": "df19f64e6f74fd37ecf9d3ab8dbf1e2d11c9a045"
},
"resolve": {
"0.3.1": "34c63447c664c70598d1c9b126fc43b2a24310a4"
},
"rimraf": {
"2.0.3": "f50a2965e7144e9afd998982f15df706730f56a9",
"2.2.6": "c59597569b14d956ad29cacc42bdddf5f0ea4f4c"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"devDependencies": {
"nunjucks": "1.0.1",
"grunt": "0.4.2",
"grunt-cli": "0.1.13",
"grunt-uncss": "0.1.6",
"grunt-processhtml": "0.2.7",
"grunt-contrib-jshint": "0.8.0",
Expand Down

0 comments on commit 4fe5ded

Please sign in to comment.