1.1.0 • Published 10 years ago

generator-wsmh-app v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

#@whostolemyhat's Web App Template

Web app generator for Yeoman. Constructs a standard boilerplate for webapps including Grunt and Sass configurations.

##Getting started

  • Install: npm install -g generator-wsmh-app
  • Run: yo wsmh-app

##What does it do? Scaffolds a boilerplate web app template. To run the gruntfile, you will need the following installed: 3. Grunt (npm install -g grunt-cli) 3. Ruby (Windows installer) 4. Sass (gem install sass)

##Usage

Currently there are two grunt tasks:

  1. grunt - runs a static server on port 9000 and auto-refreshes when a change is made to a CSS, JS, HTML or image file. Also compiles SASS files - config set in the Gruntfile. Stop the server with Ctrl+C.

  2. grunt build - concatenates and builds all js files in app/js (but not in the vendor folder), and minifies all CSS (but doesn't concat all).

1.1.0

10 years ago

1.0.4

11 years ago

1.0.3

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago