]> git.r.bdr.sh - rbdr/serpentity/blobdiff - gulpfile.js
Moves tests, recycles integration
[rbdr/serpentity] / gulpfile.js
index f1fb5e6ad743b7bd5146b2580231dc2f7a8705ee..dcbfdc7007fb20a5e36d819d5752d1f85b7c8fed 100644 (file)
@@ -12,6 +12,17 @@ gulp.task('build', function() {
               'lib/serpentity/system.js',
           ])
     .pipe(uglify())
+    .pipe(concat('serpentity.min.js'))
+    .pipe(gulp.dest('dist'))
+
+    gulp.src([
+              'lib/serpentity/serpentity.js',
+              'lib/serpentity/entity.js',
+              'lib/serpentity/node.js',
+              'lib/serpentity/node_collection.js',
+              'lib/serpentity/component.js',
+              'lib/serpentity/system.js',
+          ])
     .pipe(concat('serpentity.js'))
     .pipe(gulp.dest('dist'))
 });