Add basic gulp build system

This commit is contained in:
Tom Price
2017-05-09 13:18:17 +01:00
parent 9b7c84cf08
commit 41196b6447
3 changed files with 87 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "pyrigs",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/nottinghamtec/PyRIGS.git"
},
"private": true,
"devDependencies": {
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-concat": "^2.6.1",
"gulp-less": "^3.3.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-watch": "^4.3.11"
}
}