Browse Source

structure -- ignore non source files.

Former-commit-id: 326742fefc
Former-commit-id: e939646de7
pull/258/head
Nathan Smith 11 years ago
parent
commit
9aa4c0c3ea
1 changed files with 5 additions and 0 deletions
  1. 5
      component.json

5
component.json

@ -121,6 +121,11 @@
"./src/modules/state.js",
"./src/modules/validate-form.js"
],
"ignore": [
"./node",
"./source",
"./docs"
],
"dependencies": {
"jquery" : ">=1.8"
}

Loading…
Cancel
Save