comparison gulpfile.js @ 657:c1a94e1beb9d

admin: Show a more classic blog post listing in FoodTruck.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 25 Feb 2016 22:30:16 -0800
parents 87267392a5c1
children 4d0f80b2ba7f
comparison
equal deleted inserted replaced
656:dba53f0f7671 657:c1a94e1beb9d
37 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/collapse.js', 37 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/collapse.js',
38 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/dropdown.js', 38 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/dropdown.js',
39 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/modal.js', 39 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/modal.js',
40 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/tooltip.js', 40 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/tooltip.js',
41 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/transition.js', 41 'bower_components/bootstrap-sass/assets/javascripts/bootstrap/transition.js',
42 'bower_components/jquery-timeago/jquery.timeago.js',
42 'foodtruck/assets/js/**/*.js' 43 'foodtruck/assets/js/**/*.js'
43 ]) 44 ])
44 .pipe(sourcemaps.init()) 45 .pipe(sourcemaps.init())
45 .pipe(concat('foodtruck.js')) 46 .pipe(concat('foodtruck.js'))
46 //.pipe(uglify()) 47 //.pipe(uglify())