Gulp 4

To use gulp version 4 use the following files

Please replace the gulpfile.js and package json file in the folder. make sure delete package-lock.json and node_modules

{
  "name": "atmos-admin-panel",
  "version": "1.0.0",
  "description": "A beautiful Design System build on Bootstrap 4.",
  "main": "gulpfile.js",
  "author": "atomui.com",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/preset-env": "^7.11.5",
    "browser-sync": "^2.26.12",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^7.0.1",
    "gulp-babel": "^8.0.0",
    "gulp-cached": "^1.1.1",
    "gulp-clean": "^0.4.0",
    "gulp-clean-css": "^4.3.0",
    "gulp-file-include": "^2.2.2",
    "gulp-gh-pages": "^0.5.4",
    "gulp-html-extend": "^1.1.6",
    "gulp-if": "^3.0.0",
    "gulp-markdown": "^5.1.0",
    "gulp-npm-dist": "^1.0.3",
    "gulp-replace": "^1.0.0",
    "gulp-sass": "^4.1.0",
    "gulp-uglify": "^3.0.2",
    "gulp-useref": "^4.0.1"
  }
}

Last updated