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

Commit

Permalink
fix(build): reduce the build to only transpile .ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Mar 6, 2017
1 parent 72431e5 commit 7d966e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ gulp.task('transpile-sass', function () {
gulp.task('build-library',
[
'transpile',
'post-transpile',
'copy-html',
// 'post-transpile',
// 'copy-html',
'copy-static-assets'
]);

Expand Down

0 comments on commit 7d966e7

Please sign in to comment.