Skip to content

Commit 3895d00

Browse files
author
JelteMX
committed
Whitespaces
1 parent c6c5d27 commit 3895d00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

generators/app/templates/Gulpfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ var gulp = require("gulp"),
1818
jsonTransform = require("gulp-json-transform"),
1919
intercept = require("gulp-intercept"),
2020
argv = require("yargs").argv,
21-
widgetBuilderHelper = require("widgetbuilder-gulp-helper");
22-
jsValidate = require('gulp-jsvalidate');
21+
widgetBuilderHelper = require("widgetbuilder-gulp-helper"),
22+
jsValidate = require("gulp-jsvalidate");
2323

2424
var pkg = require("./package.json"),
2525
paths = widgetBuilderHelper.generatePaths(pkg),
@@ -46,7 +46,7 @@ gulp.task("compress", ["clean"], function () {
4646

4747
gulp.task("copy:js", function () {
4848
return gulp.src(["./src/**/*.js"])
49-
.pipe(jsValidate())
49+
.pipe(jsValidate())
5050
.pipe(newer(paths.TEST_WIDGETS_DEPLOYMENT_FOLDER))
5151
.pipe(gulp.dest(paths.TEST_WIDGETS_DEPLOYMENT_FOLDER));
5252
});

generators/app/templates/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"gulp-newer": "^1.3.0",
3030
"gulp-util": "^3.0.7",
3131
"gulp-zip": "^3.2.0",
32-
"gulp-jsvalidate": "^3.0.0",
32+
"gulp-jsvalidate": "^3.0.0",
3333
"widgetbuilder-gulp-helper": "https://github.com/JelteMX/widgetbuilder-gulp-helper/archive/1.0.1.tar.gz",
3434
"yargs": "^6.0.0"
3535
},<% } %>

0 commit comments

Comments
 (0)