Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zevaverbach/avt.io-production
https://github.com/zevaverbach/avt.io-production
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zevaverbach/avt.io-production
- Owner: zevaverbach
- Created: 2015-09-22T18:07:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T18:21:52.000Z (about 9 years ago)
- Last Synced: 2023-02-26T23:56:42.397Z (over 1 year ago)
- Language: HTML
- Size: 3.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
avt.io
======# Using Grunt
Grunt.js is used in order to combine and compress CSS and JS files and to allow for header/footer templates without using HTML Includes or client-side javascript.To get started using grunt:
1. Install node: http://nodejs.org
2. Install the grunt CLI: `npm install -g grunt-cli`
3. Install the specific grunt modules. First `cd` to the project directory, then run `npm install`While developing, Grunt can be used in two modes. `grunt build` can be used to run the build task once without constantly watching. The watch task can be ended with `ctrl-c`.
To deploy, upload the `dist/` folder rather than the entire project folder.