Skip to content

cowboy/philly-ete-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building the “Front Half” of Your App (With Grunt)

Built with Grunt

Given at Philly ETE on April 23, 2014.

View the slide deck at http://cowboy.github.io/philly-ete-talk/.

BYO (Build Your Own)

You'll need to have Grunt installed.

  1. Clone this project's repo.
  2. Ensure the master branch is checked out.
  3. Run npm install to install Grunt, Grunt plugins, etc.
  4. Run grunt to build deck(s).
  5. Open generated dist/index.html file in your browser.
  6. 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 http://cowboy.github.io/philly-ete-talk/.

About

Building the “Front Half” of Your App (With Grunt)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published