Skip to content

AppSaloon/marionettejs.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marionettejs.com

Deving

The Setup

git clone [email protected]:thejameskyle/marionettejs.com.git
cd marionettejs.com
bower install
npm install
gem install compass
git clone [email protected]:marionettejs/backbone.marionette.git

Deving the main WWW

npm run dev

Then open dist/index.html

Deploying the main WWW

npm run deploy

Building the annotated source

npm run compile-docco

Building the downloads

npm run compile-downloads

Building the docs

Then we need to get the Marionette Repo to generate the build from:

  git clone [email protected]:marionettejs/backbone.marionette.git

Then we just have to compile:

  npm run build-docs

Start up a static server

  python -m SimpleHTTPServer

Checkout some sweet docs

  http://localhost:8000/dist/docs/v2.2.0-pre/marionette.collectionview.html

Releases

No releases published

Packages

No packages published

Languages

  • CSS 52.8%
  • JavaScript 38.7%
  • Shell 8.5%