1
This commit is contained in:
Alex Yatskov 2015-02-16 17:52:13 +09:00
parent 248be7dade
commit 6a3e118d1c
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,6 @@
"handlebars": "~1.3.0",
"underscore": "~1.6.0",
"tinycolor": "~1.0.0",
"seiyria-bootstrap-slider": "~4.0.1",
"snap.svg": "~0.3.0"
}
}

View File

@ -38,6 +38,7 @@ var path = require('path');
var replace = require('gulp-replace');
var uglify = require('gulp-uglify');
function getBowerFiles(extension) {
var allPaths = mainBowerFiles({paths: 'client'});