Skip to content

Commit

Permalink
Merge site-update
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed May 14, 2013
2 parents c43af9d + ec83bec commit 75ff09d
Show file tree
Hide file tree
Showing 57 changed files with 14,791 additions and 821 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
/.idea
/node_modules
.DS_Store
/.cram
15 changes: 10 additions & 5 deletions README.md
@@ -1,19 +1,24 @@
# cujoJS.com
# cujoJS home page

The [cujoJS.com](http://cujojs.com) site, created using [cujojs/seed](https://github.com/cujojs/seed).
This is the code for [cujojs.com](http://cujojs.com), created from
[cujoJS/seed](https://github.com/cujojs/seed). When crammed, minified,
and gzipped, the entire app -- including all Javascript and CSS, as well as
much of the HTML -- is smaller than gzipped jQuery 1.9!

## Run it locally
## How to run it locally

1. `git clone https://github.com/cujojs/cujojs.github.com.git`
1. `git clone https://github.com/cujojs/cujojs.github.com.git cujojs.github.com`
1. `cd cujojs.github.com`
1. `npm install`
1. `npm run-script cram`
1. `npm run-script minify`
1. `npm start`
1. Open http://localhost:8000/ in your browser
1. Open your editor and start coding

## Using the built-in server with another port

The included server, [serv](https://github.com/scothis/serv) is set to port
The included server, [serv](https://github.com/scothis/serv) is set to port
8000 by default. You can change it to 1337, for instance, with the following
steps:

Expand Down
2 changes: 2 additions & 0 deletions app/main.js
Expand Up @@ -22,6 +22,8 @@ define({ // Wire spec
}
},

highlightTheme: { module: 'css!highlight/github.css' },

$plugins: [
{ module: 'wire/dom', classes: { init: 'loading' } },
'wire/dom/render'
Expand Down

0 comments on commit 75ff09d

Please sign in to comment.