diff options
| author | Matias Niemelä | 2014-02-16 20:25:27 -0500 |
|---|---|---|
| committer | Matias Niemelä | 2014-02-16 20:25:27 -0500 |
| commit | f8b50cd410bbd68daecf26e697dcd577e2f15cf6 (patch) | |
| tree | 6de3d08ff6e3863cc385a0494722d57f5786f573 /docs/gulpfile.js | |
| parent | 1de7411c8bff2bf2c3d8dab40c4d6a5ad247084b (diff) | |
| download | angular.js-f8b50cd410bbd68daecf26e697dcd577e2f15cf6.tar.bz2 | |
chore(docs): replace local bootstrap build with one from bower
Diffstat (limited to 'docs/gulpfile.js')
| -rw-r--r-- | docs/gulpfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/gulpfile.js b/docs/gulpfile.js index 124e2348..cbacb7ee 100644 --- a/docs/gulpfile.js +++ b/docs/gulpfile.js @@ -26,6 +26,7 @@ gulp.task('build-app', function() { gulp.task('assets', ['bower'], function() { return merge( gulp.src(['app/assets/**/*']).pipe(gulp.dest(outputFolder)), + gulp.src(bowerFolder + '/bootstrap/**/*').pipe(gulp.dest(outputFolder + '/components/bootstrap')), gulp.src(bowerFolder + '/open-sans-fontface/**/*').pipe(gulp.dest(outputFolder + '/components/open-sans-fontface')), gulp.src(bowerFolder + '/lunr.js/*.js').pipe(gulp.dest(outputFolder + '/components/lunr.js')), gulp.src(bowerFolder + '/google-code-prettify/**/*').pipe(gulp.dest(outputFolder + '/components/google-code-prettify/')), |
