We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23cf0a commit 0551cb5Copy full SHA for 0551cb5
.gitignore
@@ -1,3 +1,4 @@
1
+dist
2
node_modules
3
bower_components
4
coverage
package.json
@@ -8,7 +8,7 @@
8
"url": "git+https://github.com/gridstack/gridstack.js.git"
9
},
10
"scripts": {
11
- "build": "grunt && doctoc ./README.md && doctoc ./doc/README.md && doctoc ./doc/CHANGES.md",
+ "build": "mkdir dist && grunt && doctoc ./README.md && doctoc ./doc/README.md && doctoc ./doc/CHANGES.md",
12
"test": "grunt lint && karma start karma.conf.js",
13
"lint": "grunt lint",
14
"reset": "rm -rf dist node_modules",
0 commit comments