Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eugene Shen
todomvc
Commits
13ba439f
Commit
13ba439f
authored
Apr 17, 2013
by
Pascal Hartig
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #537 from stephenplusplus/serenade
serenade readme updated with easier compile instructions.
parents
1eaa7ac0
989e9499
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
labs/architecture-examples/serenadejs/readme.md
labs/architecture-examples/serenadejs/readme.md
+9
-10
No files found.
labs/architecture-examples/serenadejs/readme.md
View file @
13ba439f
...
...
@@ -9,20 +9,19 @@ The latest release of Serenade.js is included in the `js/lib/` folder. The only
If you wish to compile it yourself, instructions are be available at
[
Serenade's website
](
http://serenadejs.org/development.html
)
.
###
CoffeeScript
Th
e source code for the TodoMVC app was written in CoffeeScript. If you would like to re-compile the code, follow these instructions
.
###
Build
Th
is app is written in
[
CoffeeScript
](
http://coffeescript.org/
)
. If you wish to make changes, follow these steps to re-compile the code
.
If you already have CoffeeScript globally installed, just run:
coffee -co js/ js/
If you don't have CoffeeScript globally installed, you may either install it globally...
If you would like to install CoffeeScript globally:
npm install -g coffee-script
coffee -co js/ js/
...or if you wish to install it just for the purposes of this app...
If you wish to install CoffeeScript just for the purposes of this app:
cd to todomvc/labs/architecture-examples/serenadejs
# from labs/architecture-examples/batman:
npm install
Once CoffeeScript is installed:
# from labs/architecture-examples/batman:
npm run-script compile
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment