Skip to content

Commit

Permalink
Merge branch 'CSS-Approach'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter John Larco committed Jan 25, 2016
2 parents 27bfb16 + ab3dc04 commit 8d5faff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/voxelcss.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ gulp.task('clean', function(){
});

gulp.task('dist', function(){
gulp.src('./src/Interfaces/*.js')
.pipe(addsrc('./src/Core/*.js'))
gulp.src('./src/interfaces/*.js')
.pipe(addsrc('./src/core/*.js'))
.pipe(addsrc('./src/ext/*.js'))
.pipe(uglify())
.pipe(concat('voxelcss.js'))
.pipe(gulp.dest('./dist'));
Expand Down

0 comments on commit 8d5faff

Please sign in to comment.