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 19b8b5b commit 079ccaaCopy full SHA for 079ccaa
package.json
@@ -5,7 +5,7 @@
5
"description": "A course database lookup tool and schedule building web application for use at Rochester Institute of Technology.",
6
"main": "index.php",
7
"scripts": {
8
- "test": "echo \"Error: no test specified\" && exit 1"
+ "build": "gulp build"
9
},
10
"repository": {
11
"type": "git",
@@ -51,6 +51,7 @@
51
"event-stream": "^3.1.2",
52
"gulp-sourcemaps": "^0.2.1",
53
"gulp-replace": "^0.2.0",
54
- "gulp-minify-css": "^0.3.1"
+ "gulp-minify-css": "^0.3.1",
55
+ "gulp-htmlmin": "^0.1.2"
56
}
57
0 commit comments