Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowboy/state-of-grunt-fe-summit-2014-talk
The State of Grunt, August 2014
https://github.com/cowboy/state-of-grunt-fe-summit-2014-talk
Last synced: 30 days ago
JSON representation
The State of Grunt, August 2014
- Host: GitHub
- URL: https://github.com/cowboy/state-of-grunt-fe-summit-2014-talk
- Owner: cowboy
- Created: 2014-08-21T16:14:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-21T19:47:47.000Z (over 10 years ago)
- Last Synced: 2024-10-14T14:18:32.125Z (2 months ago)
- Language: JavaScript
- Homepage: http://cowboy.github.io/state-of-grunt-fe-summit-2014-talk/
- Size: 578 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The State of Grunt
[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
Given at [FrontEnd Summit 2014](http://environmentsforhumans.com/2014/frontend-summit/) on August 21, 2014.
View the slide deck at .
## BYO (Build Your Own)
You'll need to have [Grunt](http://gruntjs.com/) installed.
1. Clone this project's repo.
1. Ensure the `master` branch is checked out.
1. Run `npm install` to install Grunt, Grunt plugins, etc.
1. Run `grunt` to build deck(s).
1. Open generated `dist/index.html` file in your browser.
1. Edit content in `src` and let LiveReload do its thing.When done:
1. Run `grunt prod` to publish production-ready code to the `dist` directory.
When REALLY done:
1. Run `grunt deploy` to publish everything in `dist` and then to the `gh-pages` branch, which will shortly thereafter be viewable at .