From d30b3b666b7ff9727da592bf8abc43b6c4e597e6 Mon Sep 17 00:00:00 2001 From: "DESKTOP-Q2JDODV\\Admin" Date: Tue, 29 Jun 2021 17:02:01 +0300 Subject: [PATCH] chore: rollback latest changes for deploy --- .github/workflows/azureCliDeployBlur.yml | 4 ++-- gulp/build.js | 6 +++--- package.json | 3 +-- src/index.html | 13 +------------ 4 files changed, 7 insertions(+), 19 deletions(-) diff --git a/.github/workflows/azureCliDeployBlur.yml b/.github/workflows/azureCliDeployBlur.yml index 4591636..19bea63 100644 --- a/.github/workflows/azureCliDeployBlur.yml +++ b/.github/workflows/azureCliDeployBlur.yml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Use Node.js 10.x + - name: Use Node.js 4.x uses: actions/setup-node@v1 with: - node-version: '10.x' + node-version: '4.x' - uses: actions/checkout@v2 with: ref: demo-blur diff --git a/gulp/build.js b/gulp/build.js index 77c6a3c..efbccfb 100644 --- a/gulp/build.js +++ b/gulp/build.js @@ -33,9 +33,9 @@ gulp.task('html', ['inject', 'partials'], function () { addRootSlash: false }; - var htmlFilter = $.filter('*.html', { restore: true, dot:true}); - var jsFilter = $.filter('**/*.js', { restore: true, dot:true}); - var cssFilter = $.filter('**/*.css', { restore: true, dot:true}); + var htmlFilter = $.filter('*.html', { restore: true }); + var jsFilter = $.filter('**/*.js', { restore: true }); + var cssFilter = $.filter('**/*.css', { restore: true }); var assets; return gulp.src(path.join(conf.paths.tmp, '/serve/*.html')) diff --git a/package.json b/package.json index 4735a46..d3a2247 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "blur_admin", "version": "1.3.1", "devDependencies": { - "bower": "~1.8.4", "browser-sync": "~2.18.2", "browser-sync-spa": "~1.0.3", "chalk": "~1.1.1", @@ -28,7 +27,7 @@ "gulp-replace": "~0.5.4", "gulp-rev": "~7.1.2", "gulp-rev-replace": "~0.4.2", - "gulp-sass": "^4.0.1", + "gulp-sass": "~2.3.2", "gulp-shell": "^0.5.2", "gulp-size": "~2.1.0", "gulp-sourcemaps": "~1.6.0", diff --git a/src/index.html b/src/index.html index 1cf2f19..c3fa4f7 100644 --- a/src/index.html +++ b/src/index.html @@ -1,13 +1,6 @@ - - - @@ -32,10 +25,6 @@ - - -
@@ -87,4 +76,4 @@ - \ No newline at end of file +