Browse Source

structure -- ignore non source files.

Former-commit-id: 326742fefc3e149fd58a733dad4584d688573f49
Former-commit-id: e939646de7a3967eaa252dae22d2ffff753f71cf
beta
Nathan Smith 12 years ago
parent
commit
9aa4c0c3ea
  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