spine / spine.app

Spine App generator
109 stars 26 forks source link

Update package.json template to reference es5-shimify instead of es5-shim #43

Closed richard-flosi closed 10 years ago

richard-flosi commented 10 years ago

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.

aeischeid commented 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.