James J. Ye

Results 8 comments of James J. Ye

@jantimon This is very helpful! I will work on a fix on my end. Thank you.

There is one in maven central, but it was published in 2010. https://mvnrepository.com/artifact/org.freeswitch.esl.client/org.freeswitch.esl.client/0.9.2

The version 0.9.2 in maven central is out dated. It does not contain the latest code in this repository.

For anyone who cannot wait and want to try webpack4, use `vue init noamkfir/webpack ` to bootstrap your app. **Not for production**

Hi @lucileFievet, I'm able to create a brand new application with `vue init noamkfir/webpack `. I didn't try it on existing application.

@Lysander686 If you're following the steps in the book while creating the project, make sure the versions match those in each chapter. For example, the versions of libraries in ch8's...

@t1mmen, I had the same error, data is not defined, with minimized restangular 1.4.0 and uglified by grunt task. After upgrading to the 1.5.1, the issue is gone.