Skip to content

method7/grunt-backbone-handlebars-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-backbone-handlebars build project

Front end development framework using grunt, backbone, Bootstrap, coffeeScript, SaSS, and Handlebars

Single page apps require careful management otherwise they become very difficult to maintain and extend, a well-considered architecture, modular development and code abstraction are key to efficient development and maintenance.

The goal of this project is to lay out a robust (but not fixed) front-end development framework that can be tailored to suit any particular technological or architectural requirement and aid the software development life cycle through different production environments.

The current features are listed below (more to add?).

Features

  • twitter bootstrap sass/CSS/JS
  • backbone.js
  • underscore.js
  • jQuery.js
  • modernizr.js

Build process includes

  • CoffeeScript/javaScript compiler
  • SASS compiler
  • handlebars template compiler
  • uglify JavaScript
  • minify CSS
  • Clean and Copy
  • version output generated from git (to be included in sass/coffee build and release process)

TODO - inconclusive for sure

  • global variables "grunt/globals.coffee"
  • DEV/STAGE/DEPLOY tasks separation
  • Unit testing
  • add version querystring token for dependencies to prevent caching

Get started

To get going you need node.js http://nodejs.org/ installed with npm (node package manager) https://www.npmjs.org/ and grunt.js http://gruntjs.com/installing-grunt then simply navigate node console to the root directory where gruntfile.coffee and package.json exist

Type "npm install" and all the requirements should download and install once complete type "grunt" to start the watch process. This will monitor the project and when documents are saved the project will be build and deployed to the /deploy directory.

Install all dependencies in your package.json

npm install 

Run local Gruntfile - dev process

grunt

Run local Gruntfile - deploy process

deploy

I have probably missed something critical above... well it is a project very much in development.

About

Front end app scaffolding using grunt, backbone.js and bootstrap

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors