-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to test with local mag.js, or how to minify sources? #17
Comments
Hi there, I've been using plunker for dev/testing. One thing is that the Another thing is the specRunner is not on the latest code v0.2, it is still v0.1, so we need to create a new one for v0.2. Check this out and look at the "build" test at the bottom of the preview page: http://plnkr.co/edit/XSo9ocI7mgOHiErlXyw4?p=preview Click the 'Nested - module - build' link and the textarea to the left will then contain the source code merged in order but not minified: Copy the contents and paste it in here: I hope that helps please let me know if you have any questions, thanks! |
Hi, thanks for reply. I'm new to plunker; it looks nice. :) Environment: OS X Yosemite 10.10.5, Chrome 46.0.2490.86(64-bit) / Firefox 42.0 As I click 'Nested - module -build' link it opens a new tab window below.
Is it same what you see? In the browser console window there is no errors. On Chrome, the textarea remains "loading ..". Do you have any idea? |
Click it again, sometimes doesn't work on first click. |
Oh, I already did several times. |
In chrome when I click the link once it opens the tab with the error, then I click the link again and the text area contains all the source code. |
I see, click the button twice. |
What about the tests in the page? |
Yes they should be, just uncomment their source link in index.html |
Okay, I got it. |
You're welcome, feel free to ask any questions. |
I wrote a jasmine spec but failed to test it with local mag.js sources.
I modified specRunnder.html as
then I got most strange error at the line
I wonder whether the minified js is same as those files.
Well, could you let me know how to test, or maybe the process to minify?
The text was updated successfully, but these errors were encountered: