adding url context path to build, adding documentation on url contextpath (#737)

This commit is contained in:
Henry Megarry
2017-03-28 17:21:13 -05:00
committed by kevgliss
parent 15896a3b11
commit dd39b9ebe8
4 changed files with 55 additions and 17 deletions

View File

@ -6,25 +6,24 @@
"url": "git://github.com/netflix/lemur.git"
},
"dependencies": {
"del": "^2.2.2",
"gulp-concat": "^2.4.1",
"gulp-foreach": "0.1.0",
"gulp-if": "^2.0.2",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.4",
"gulp-util": "^3.0.1",
"merge-stream": "^1.0.1",
"bower": "~1.8.0",
"browser-sync": "^2.3.1",
"del": "^2.2.2",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.4.1",
"gulp-csso": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-flatten": "^0.3.1",
"gulp-foreach": "0.1.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-inject": "~4.1.0",
"gulp-jshint": "^2.0.4",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^1.4.0",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "~1.0.6",
"gulp-ng-annotate": "~2.0.0",
"gulp-ng-html2js": "~0.2.2",
@ -40,15 +39,17 @@
"gulp-size": "^2.1.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.1",
"http-proxy": "~1.16.2",
"jshint-stylish": "^2.2.1",
"karma": "~1.3.0",
"karma-jasmine": "^1.1.0",
"main-bower-files": "^2.13.1",
"merge-stream": "^1.0.1",
"require-dir": "~0.3.0",
"streamqueue": "^1.1.1",
"uglify-save-license": "^0.4.1",
"karma": "~1.3.0",
"bower": "~1.8.0"
"yargs": "^7.0.2"
},
"scripts": {
"postinstall": "node_modules/.bin/bower install --allow-root --config.interactive=false",
@ -62,4 +63,4 @@
"jshint": "^2.8.0",
"karma-chrome-launcher": "^2.0.0"
}
}
}