Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iteam1337/node-gulp
https://github.com/iteam1337/node-gulp
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/iteam1337/node-gulp
- Owner: Iteam1337
- License: mit
- Created: 2015-08-25T07:12:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-09T23:26:08.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T11:04:23.487Z (7 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
node-gulp
=========Docker image to use gulp to build static assets served by NGINX as a static site.
## How to use
Add a gulpfile.js to your project, configure it to output to /app/out
FROM tutum.co/iteamdev/node-gulp
ADD src /app/src
ADD gulpfile.js /app/
RUN ./node_modules/.bin/gulp buildThe image will automatically add package.json and run npm install. It already have many preloaded gulp packages so it should be fairly quick to do a rebuild.