https://github.com/apalm112/fsjs-gulp-built-front-end-website
Sets up a Gulp build process for provided website with HTML, SCSS, JPEGs, PNGs and JavaScript files for deployment.
https://github.com/apalm112/fsjs-gulp-built-front-end-website
gulp gulp-js gulp-sass sourcemaps
Last synced: 3 months ago
JSON representation
Sets up a Gulp build process for provided website with HTML, SCSS, JPEGs, PNGs and JavaScript files for deployment.
- Host: GitHub
- URL: https://github.com/apalm112/fsjs-gulp-built-front-end-website
- Owner: apalm112
- License: mit
- Created: 2017-10-23T03:38:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T16:47:42.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T17:15:18.854Z (about 1 year ago)
- Topics: gulp, gulp-js, gulp-sass, sourcemaps
- Language: CSS
- Homepage:
- Size: 2.08 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Full Stack JavaScript Project #8: Use Gulp to Build A Front-End Website
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.
### Installation
-----------------------------------------------------------
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
```
***********************************************************