https://github.com/articulate/s3-gulp
https://github.com/articulate/s3-gulp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/articulate/s3-gulp
- Owner: articulate
- Created: 2016-01-11T15:18:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T18:42:17.000Z (over 10 years ago)
- Last Synced: 2025-01-25T14:43:57.735Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 61
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# s3-GULP
S3 static gulp scripts.
## Setup
**need node installed (version > 4)
`npm install gulp -g` -- if you don't have gulp already globally for node
`npm install`
## Gulp Commands
Build JS
`gulp js`
Build CSS / SASS
`gulp styles`
Watch and dynamically build js and css
`gulp watch`
Package up files to dist folder
`gulp package`
Publish to S3 (make sure env is up to date)
`gulp publish`
Run local webserver
`gulp webserver`