build to single distributables with gulp, check-in dist not bower_components

This commit is contained in:
Norbert Renner 2015-03-29 18:55:02 +02:00
parent 650bacd915
commit b808fbe44e
143 changed files with 577 additions and 95319 deletions

29
package.json Normal file
View file

@ -0,0 +1,29 @@
{
"name": "brouter-web",
"version": "0.5.0",
"description": "Web client for BRouter",
"main": "js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nrenner/brouter-web.git"
},
"license": "MIT",
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-cached": "^1.0.4",
"gulp-concat": "^2.5.2",
"gulp-concat-css": "^2.1.2",
"gulp-debug": "^2.0.1",
"gulp-minify-css": "^1.0.0",
"gulp-remember": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.1.0",
"main-bower-files": "^2.6.2"
}
}