https://github.com/squallstar/collector-website
Website for Collector (Windows Phone app)
https://github.com/squallstar/collector-website
Last synced: about 1 month ago
JSON representation
Website for Collector (Windows Phone app)
- Host: GitHub
- URL: https://github.com/squallstar/collector-website
- Owner: squallstar
- Created: 2013-07-03T22:33:22.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-09T21:48:04.000Z (almost 13 years ago)
- Last Synced: 2025-01-26T13:13:02.514Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://collectorwp.com
- Size: 5.02 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Collector Website
http://discover.collectorwp.com
---
## Development
### Getting started
gem install sass
npm install gm
npm install grunt-contrib-clean --save-dev
npm install grunt-contrib-coffee --save-dev
npm install grunt-contrib-concat --save-dev
npm install grunt-contrib-copy --save-dev
npm install grunt-contrib-sass --save-dev
npm install grunt-contrib-uglify --save-dev
npm install grunt-contrib-watch --save-dev
npm install grunt-replace --save-dev
npm install grunt-spritesmith --save-dev
### Build the product
grunt
### Build the product for release
grunt build:release
### Start the watch job for continuous project rebuild
grunt watch
### Build for release and deploy
grunt deploy:/path/to/dir