Closed cskiwi closed 8 years ago
Aight found the problem, the problem was that it wasn't including crossfilter
by adding
"overrides": {
"crossfilter": {
"main": [
"./crossfilter.js"
]
}
}
to my bower.json
it included the crossfilter file
hi,
I see that you do the following in your code
module.exports = require("./crossfilter").crossfilter
but I'm using some gulp tasks to create onevendor.js
that contains all codeso could you change it that it doens't look for the file, but for the code being loaded?