lasso-js / karma-lasso

Karma plugin for Lasso
http://lasso-js.github.io/karma-lasso/
MIT License
1 stars 11 forks source link

Replacing execSync dependency with shelljs #1

Closed scheibinger closed 9 years ago

scheibinger commented 9 years ago

By replacing execSync with shelljs I made the karma-lasso plugin working on mac osx. shelljs - seems to be much better option. It has much wider adoption and seems to be more mature thatn execSync.

pranavjha commented 9 years ago

@scheibinger Thank you for the input.

The karma-lasso code is not ready yet. I have fixed the issue in pranavjha/karma-optimizer and published a new version in npm. I still need to do some refactoring for this repository (renaming optimizer to lasso etc). Once I am done, I will merge this request.

pranavjha commented 9 years ago

Will pull and merge from karma-optimizer