Skip to content

Commit

Permalink
fix modules.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jareguo committed Apr 18, 2018
1 parent 5e3d9e2 commit 9ae69ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions cocos2d/particle/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
THE SOFTWARE.
****************************************************************************/

require('./CCParticleAsset');
require('./CCParticleSystem');
require('./particle-system-assembler');
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ gulp.task('build', ['clean-cache', 'build-html5-preview', 'build-jsb']);
gulp.task('default', ['build']);

gulp.task('clean', function (done) {
Del(Path.join('./bin', '**/*'), done);
Del('./bin/**/*', done);
});

////////////
Expand Down
1 change: 0 additions & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"name": "ParticleSystem",
"entries": [
"./cocos2d/particle/index.js",
"./cocos2d/particle/CCParticleAsset.js"
"./cocos2d/core/platform/CCSAXParser.js"
]
},
Expand Down

0 comments on commit 9ae69ce

Please sign in to comment.