Alex

Results 364 comments of Alex

it seems that you need to update the babel https://github.com/babel/babel/commit/b5b7e346a04c99da8793e2c65cc3b3c7c720253d#diff-35232e36a88e5301dcb036713aec30f8R118 you may try 6.0.15 at least, if it works I will add it in peer deps.

> It's probably expecting you to put assets/*_/_ into dist/bundles. Referencing something outside of dist/ is kinda confusing. Do you use steal to build you app? What bundlesPath do you...

I think it happens. But currenlty I use only absolute paths in my less files not to mess with relative paths issues.

@matthewp does it bundle images/fonts?

@matthewp I've looked at the docs, think they should be more elaborative )

This problem of course refers not only to css bundles, but also to other bundles. BTW of there is a `bundlePath` in `stealconfig.js` path to bundle is built using `bundlesPath`...

It is going to be fixed in upcomming release? > Bundles are loaded from baseURL + "/dist/bundles" There is a really mess with bundle paths. "/dist/bundles" - this is some...

I'm kinda confused about what is wrong with this paths, but something definitly wrong. One of the problems: in my build config (for grunt task) i've got: ``` javascript config.stealBuild.mobile...

On the destination (server or phonegap fs) I wll have following structure: ``` /(root) /assets/ mobile.js (main bundle js) mobile.css (main bundle css) index.html ``` in index.html I load main...