Skip to content

Commit

Permalink
First commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotttf committed Mar 3, 2012
1 parent f6dd81d commit 4211a2a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -37,6 +37,7 @@ dwsync.xml
intermediate
publish
.idea
js/node_modules

# build script local files
build/buildinfo.properties
Expand Down
2 changes: 1 addition & 1 deletion build/config/project.properties
Expand Up @@ -37,7 +37,7 @@ file.pages =
# comma separated list
# These files are ignored in addition to the default ones specified in default.properties.
# Example: file.exclude = badfolder/**
file.exclude =
file.exclude = js/server/**, js/node_modules/**

# Bypassed JavaScript files and dirs
#
Expand Down
5 changes: 5 additions & 0 deletions js/list.js
@@ -0,0 +1,5 @@
/**
* @fileoverview Backbone definitions for lists.
*/
(function($) {
})(jQuery);
1 change: 1 addition & 0 deletions js/mylibs/backbone-min.js
1 change: 1 addition & 0 deletions js/mylibs/underscore-min.js
File renamed without changes.

0 comments on commit 4211a2a

Please sign in to comment.