flatiron / director

a tiny and isomorphic URL router for JavaScript

Home Page:http://github.com/flatiron/director

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1.2.8 release says 1.2.6 in file

chrisknoll opened this issue · comments

Looking at the .min and .js field in the 1.2.8 build folder, the file says 1.2.6. Do not know if this is a typo, or you packaged up the wrong build.

I notice the same issue. Also, if you install this module via npm and use it like director = require('director');

When you start the module, I am getting the error saying this.configure is not a function.

But if I just put the director.js file in my index.html page from the node_modules/director/build/ folder, it will work fine.

Looks like that your npm module version of the file and the build/director.js file are not exactly the same version or one of the files has some issue.

Thanks.