bstrahija / assets-ci

Simple assets library for CodeIgniter. Ability to combine, minify and use the Less syntax.
http://creolab.hr
112 stars 31 forks source link

Fatal error with coffeescript #35

Open facultymatt opened 11 years ago

facultymatt commented 11 years ago

Hello, I'm getting this error when attempting to minify my css

Fatal error: Class 'CoffeeScript\yy_Base' not found in /Applications/MAMP/mysite/application/third_party/assets/CoffeeScript/yy/While.php on line 6

Any suggestions?

bstrahija commented 11 years ago

Hey, I think an upgrade of the Coffee script library would do the trick since an old one is bundled inside the spark. Lately I don't have much time for this project, so feel free to make a pull request ;)

facultymatt commented 11 years ago

Thanks for the reply. I tried upgrading with the most recent coffee script build - still broken. If I figure out a solution I'll submit a pull request.

stevenwoodson commented 11 years ago

Thanks for the merge Boris, hey facultymatt this fix should correct the issue you were having. I had the exact same issue and the fix corrected it for me. It's not the most elegant solution but it works for now until more attention can be devoted.