Skip to content

Commit

Permalink
add subdirs to bower ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
warpech committed Oct 1, 2014
1 parent aedd8f2 commit ffcf719
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 3 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"demo",
"node_modules",
"src",
"test",
"tests"
]
Expand Down
6 changes: 5 additions & 1 deletion dist/ngHandsontable.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/**
* ngHandsontable 0.3.17
* Date: Tue Sep 30 2014 18:49:38 GMT+0200 (CEST)
*
* Copyright 2012-2014 Marcin Warpechowski
* Licensed under the MIT license.
* https://github.com/handsontable/ngHandsontable
* Date: Wed Oct 01 2014 23:29:28 GMT+0200 (CEST)
*/

if (document.all && !document.addEventListener) { // IE 8 and lower
Expand Down
6 changes: 5 additions & 1 deletion dist/ngHandsontable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ffcf719

Please sign in to comment.