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

Commit

Permalink
update gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
prinsss committed Jul 29, 2016
1 parent c6a20e9 commit 61e148e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: prpr
* @Date: 2016-07-21 13:38:26
* @Last Modified by: printempw
* @Last Modified time: 2016-07-24 11:13:23
* @Last Modified time: 2016-07-29 16:12:45
*/

var gulp = require('gulp'),
Expand All @@ -16,7 +16,7 @@ var gulp = require('gulp'),
replace = require('gulp-replace')
zip = require('gulp-zip');

var version = "3.0-beta";
var version = "v3.0";

/**
* Copy files from bower_components to dist for later operations
Expand Down Expand Up @@ -159,6 +159,7 @@ gulp.task('zip', function() {

return gulp.src([
'**/*.*',
'LICENSE',
'!tests/**/*.*',
'!node_modules/**/*.*',
'!textures/**/*.*',
Expand Down

0 comments on commit 61e148e

Please sign in to comment.