Skip to content

Commit

Permalink
enalbe import from RequireJS
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Dec 6, 2015
1 parent 88062b7 commit 3272c45
Show file tree
Hide file tree
Showing 22 changed files with 5 additions and 3,425 deletions.
7 changes: 4 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ var demo = false;
gulp.task("default", ["prod"]);

gulp.task("prod", function () {
gulp.src('./src/**/*.js')
.pipe(babel())
.pipe(gulp.dest('./lib'));
// Don't use babel to build each library
// gulp.src('./src/**/*.js')
// .pipe(babel())
// .pipe(gulp.dest('./lib'));
gulp.src('./css/react-bootstrap-table.css')
.pipe(concatCss("./react-bootstrap-table.min.css"))
.pipe(cssmin())
Expand Down
Loading

0 comments on commit 3272c45

Please sign in to comment.