A working example of how Gulp can be utilized to create source maps for both JS & CSS files for a website & build it for production or deployment.
Clone the GitHub repository and use npm
to install the dependencies.
$ git clone https://github.com/apalm112/FSJS-Gulp-Built-Front-End-Website.git $ cd FSJS-Gulp-Built-Front-End-Website/ $ npm install
- Then you can run any of the following commands:
$ gulp scripts $ gulp styles $ gulp images $ gulp clean $ gulp build $ gulp