Skip to content

Commit

Permalink
add js sources to bower
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Dec 15, 2014
1 parent 209735c commit 7a42b71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## ROADMAP

+ 0.0.6
+ 0.0.X
+ TODO LIST COMPLETE!
+ 0.1.0
+ implement Keyboard Shortcuts / word count / typing tricks
Expand Down
9 changes: 4 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@
],
"main": [
"app/**/*",
"source/assets/**/*",
"build/assets/images/dante/**/*",
"build/assets/fonts/dante/**/*",
"build/assets/stylesheets/dante/**/*",
"build/assets/javascripts/dante/editor.js"
"build/assets/images/dante/media-loading-placeholder.png",
"build/assets/fonts/*",
"build/assets/stylesheets/editor.css",
"build/assets/javascripts/editor.js"
],
"ignore": [
".gitignore",
Expand Down

0 comments on commit 7a42b71

Please sign in to comment.