Skip to content

Metis77/gulp-swig-webpack-browsersync-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp / swig / webpack / browsersync boilerplate

Quick gulp boilerplate with swig template rendering and libsass.

This boilerplate will get you up and running in a few minutes.

What's in this boilerplate?

Getting started

To get started, simply follow these simple steps:

1. Clone the repository
git clone git@github.com:Metis77/gulp-swig-webpack-browsersync-boilerplate.git <project-name>
cd <project-name>
2. Install dependencies
npm install -g gulp
npm install
3. Run the default gulp task
gulp

Available Gulp tasks

  • gulp - start browsersync and runs ['sass','templates', 'js']
  • sass - compiles SASS and minifies the source
  • Default - runs [build, serve, watch]
  • JS - concatenates and minifies JS files into 1 file
  • Serve - runs a local server with browsersync from the ./public/ directory an watches all other tasks
  • Templates - compiles swig templates into pages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published