mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 14:32:16 +00:00
Add bootstrap and jquery to gulp build
Currently we aren't using gulp-sass, but we are making use of the JS concat
This commit is contained in:
@@ -7,12 +7,14 @@
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"bootstrap": "^3.3.7",
|
||||
"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"
|
||||
"gulp-watch": "^4.3.11",
|
||||
"jquery": "^1.9.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user