Skip to content

Commit b34a83b

Browse files
committed
Vue Samples added
1 parent 21a2075 commit b34a83b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

gulpfile.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ if (fs.existsSync('./controlWiseSamples.json')) {
8787
sampleList = JSON.parse(fs.readFileSync('./controlWiseSample.json'));
8888
}
8989

90-
gulp.task('ship-search-file', function (done) {
91-
console.log('ship-search-file');
92-
});
9390
gulp.task('sample-json', function(done) {
9491
if (sampleList && sampleList.length) {
9592
var controls = getControls();

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"fuse.js": "6.6.2",
5050
"gulp-s3-upload": "1.7.3",
5151
"marked": "4.3.0",
52-
"mitt": "^3.0.1",
52+
"browser-sync": "2.29.3",
5353
"tributejs": "5.1.3",
5454
"vue": "3.3.4",
5555
"vue-router": "4.2.4"
@@ -74,7 +74,6 @@
7474
"serve": "node --max_old_space_size=9216 node_modules/@vue/cli-service/bin/vue-cli-service.js serve",
7575
"serve:watch": "vue-cli-service serve",
7676
"build": "node --max_old_space_size=9216 node_modules/@vue/cli-service/bin/vue-cli-service.js build --mode development && gulp src-ship",
77-
"build-watch": "vue-cli-service build",
78-
"ci-publish": "gulp publish-samples && gulp ci-report-mail --option Success"
77+
"build-watch": "vue-cli-service build"
7978
}
8079
}

0 commit comments

Comments
 (0)