An open API service indexing awesome lists of open source software.

https://github.com/articulate/s3-gulp


https://github.com/articulate/s3-gulp

Last synced: 3 months ago
JSON representation

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`