Closed richard-flosi closed 10 years ago
jqueryify 2.1.0 is broke. jQuery itself changed to be much more commonsJS and AMD friendly, so really including it as a npm module in this way is kind of obsolete. for my projects now I just include it in the lib folder for hem to bring in. some small changes need to be made to the index.js file to go with this.
Setting up a new project with spine.app I was getting an error because es5-shimify was not installed as referenced in lib/setup.coffee and slug.json. I updated the reference in the package.json template accordingly.
Was this change correct or should lib/setup.coffee and slug.json be referencing es5-shim instead?
Also bumped up the version numbers in the package.json template.