Add Gulpfile.js and remove unneeded images

This commit is contained in:
Edin Dazdarevic
2017-10-06 12:16:17 +02:00
parent 7c3a8d46cb
commit 8f44e80ec7
43 changed files with 54 additions and 3 deletions

View File

@@ -17,6 +17,9 @@
},
"homepage": "https://github.com/edazdarevic/saburly-website2#readme",
"devDependencies": {
"gulp": "^3.9.1"
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.0"
}
}