Skip to content

Commit

Permalink
Converting to JSON-driven static templating
Browse files Browse the repository at this point in the history
  • Loading branch information
jimschubert committed Jun 22, 2014
1 parent 844a104 commit 0599e6e
Show file tree
Hide file tree
Showing 26 changed files with 947 additions and 19,548 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ sbt-launch.jar
.history
scripts/sbt-launch.jar
dist/
.tmp/

3 changes: 1 addition & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
Expand All @@ -19,6 +18,6 @@
"trailing": true,
"smarttabs": true,
"globals": {
"angular": false
"angular": true
}
}
24 changes: 0 additions & 24 deletions .tmp/concat/scripts/scripts.js

This file was deleted.

Loading

0 comments on commit 0599e6e

Please sign in to comment.