Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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***