https://github.com/joduplessis/build-pipelines
Source code for a talk I gave on JS build pipelines in early 2016.
https://github.com/joduplessis/build-pipelines
grunt gulp pipeline webpack
Last synced: about 2 months ago
JSON representation
Source code for a talk I gave on JS build pipelines in early 2016.
- Host: GitHub
- URL: https://github.com/joduplessis/build-pipelines
- Owner: joduplessis
- Created: 2017-08-25T06:17:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T06:17:41.000Z (almost 9 years ago)
- Last Synced: 2024-12-26T00:23:10.277Z (over 1 year ago)
- Topics: grunt, gulp, pipeline, webpack
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Build pipelines
Source code for a talk I gave on JS build pipelines in early 2016.
## Install
Connect & ServeStatic is used for a very lightweight web server, so no need to move the example to an existing server.
- Download
- Npm install
- Bower install
- node server (listens on localhost:9090)
## Build
Build using the following:
- webpack
- gulp build
- grunt build
- grunt gulp
### You can also watch for changes
- webpack --watch
- gulp watch
- grunt watch
### Don't forget to comment out the require('./styles.css') if you're building with Grunt or Gulp