Add Gruntfile for dist generation
This commit is contained in:
parent
fc571d8b82
commit
71e2f3da86
3 changed files with 60 additions and 1 deletions
9
package.json
Normal file → Executable file
9
package.json
Normal file → Executable file
|
|
@ -19,5 +19,12 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/troolee/gridstack.js/issues"
|
||||
},
|
||||
"homepage": "http://troolee.github.io/gridstack.js/"
|
||||
"homepage": "http://troolee.github.io/gridstack.js/",
|
||||
"devDependencies": {
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-contrib-copy": "^0.8.2",
|
||||
"grunt-contrib-cssmin": "^0.14.0",
|
||||
"grunt-contrib-uglify": "^0.10.1",
|
||||
"grunt-sass": "^1.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue