Skip to content

Gulp file for OpenCart 3x, essential for theme makers

License

Notifications You must be signed in to change notification settings

megaarmos/gulp-opencart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Gulp for opencart

Ready gulp.js for your project. Supports only sass and scss

Get Started

  1. First make sure you have installed the right version of node.js and npm istalled.

    • Recomended version of node.js is 8.17.0 or above.

      node -v
      
    • Recomended version of npm is 6.13.7 or above.

      npm -v
      
  2. This command will install gulp globally.

    npm install gulp-cli -g
    

For next steps you need to be in your website root folder. For example:

...\domain(domain name)>

  1. This command will create package.json file.

    npm init -y
    
  2. This command will install required packages.

    npm install gulp gulp-sass sass gulp-postcss cssnano gulp-terser browser-sync autoprefixer
    

Command line usage

Rename gulp.js to gulpfile.js.

Run gulp in command line and you are ready to go!

About

Gulp file for OpenCart 3x, essential for theme makers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published