cvlmtg
cvlmtg
this should fix the problem, i.e. symlink react inside foo to the react that is inside your main app ``` app node_modules foo -> ../../foo react foo node_modules react ->...
I've made a JSFiddle that shows the problem: https://jsfiddle.net/8mc6r7ea/
@benbowes ok thanks!
I encountered the same issue and I have to confess this change is making everything so confusing... I need to clone my code, cd into it and do `npm install`...
@brecke thanks for the help! I've been able to solve my problems this way: 1) I changed `dirToCopy` from an absolute path to a relative one 2) I no longer...
@neoziro not sure if I'm up to the task, but the problem, or at least my problem, is that the concept of the workspace is unclear, and the documentation is...
ok. btw I'm playing a bit with a custom directive, and I noticed that in the link function, the scope.entry.values objects doesn't contain just the entity values, but a lots...
thanks :)
> Parent scale is already handled via the `includeScale` logic. What part does this fix, iframes? Can you add a test that fails without this change? in my case there...
@atomiks I've studied the code a bit better and used the `includeScale` logic. I had to change a couple of things to get the correct results in my app (I...