Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Removed debug lines from Gulp file.
Browse files Browse the repository at this point in the history
  • Loading branch information
andywaite committed Sep 2, 2015
1 parent d9d424c commit e604214
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,9 @@ gulp.task('lint-test', function() {

// Build two versions of the library
gulp.task('build', ['lint-src', 'clean'], function(done) {

console.log("Rolling up");

rollup.rollup({
entry: 'src/' + config.entryFileName + '.js'
}).then(function(bundle) {

console.log("Rolling up then");

var res = bundle.generate({
sourceMap: true,
sourceMapSource: config.entryFileName + '.js',
Expand Down

0 comments on commit e604214

Please sign in to comment.