Implemented copying of other files from directory

This commit is contained in:
BorisLevitskiy
2015-04-09 16:24:18 +03:00
parent b854ebe341
commit 424d837521
2 changed files with 15 additions and 4 deletions

View File

@@ -17,7 +17,9 @@
},
"homepage": "https://github.com/BorysLevytskyi/BitwiseCmd",
"devDependencies": {
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-uglify": "^0.9.1"
"grunt-contrib-uglify": "^0.9.1",
"grunt-processhtml": "^0.3.7"
}
}