Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amsshoyon/gulp-starter-engine
Easy mockup design with Gulp task manager that compiles scss to css, combine js/css files into a single file, Optimizes Images, Nunjucks modularise templating, etc
https://github.com/amsshoyon/gulp-starter-engine
gulp javascript minification nunjucks optimization scss sourcemaps
Last synced: 6 days ago
JSON representation
Easy mockup design with Gulp task manager that compiles scss to css, combine js/css files into a single file, Optimizes Images, Nunjucks modularise templating, etc
- Host: GitHub
- URL: https://github.com/amsshoyon/gulp-starter-engine
- Owner: amsshoyon
- Created: 2020-05-14T09:32:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T17:07:17.000Z (over 2 years ago)
- Last Synced: 2024-11-09T11:13:36.413Z (2 months ago)
- Topics: gulp, javascript, minification, nunjucks, optimization, scss, sourcemaps
- Language: HTML
- Homepage:
- Size: 6.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README #
Gulp Starter Theme
### What is this repository for? ###
* Start Front-End with Gulp
* Version 1.00### Main Features? ###
* Compiling ***Sass/Scss*** to ***minified/Unminified*** css with sourcemap
* Watch changes
* Template Engine by ***nunjucks***
* Beautified Html files
* Optimizing Images ( jpg|png|svg )
* Combinigs Scripts and Stylesheets together in one single file### How do I get set up? ###
* Clone Repo: ***git clone https://[email protected]/amsshoyon/gulp-starter.git**** Install from the command line: ***$ npm install @amsshoyon/[email protected]***
* Install via package.json: ***"@amsshoyon/gulp-starter-engine": "1.0.0"***
* ***cd/gulp-starter-engine***
* ***npm i*** or ***npm install***
* Start to code...### Commands ###
* To start devlopment and watch: ***gulp***
* To combine js/css files: ***gulp combine***
* To optimize images: ***gulp optimize***
* To clean entire dist folder: ***gulp clean***