Alex
Alex
So you propose me to leave ``` javascript System.paths["bundles/*.css"] ="mobile\dist\www\assets/*css"; ``` in prodution code? For me ``` javascript bundlesPath: 'mobile/dist/www/assets' ``` in build config should be just place where I...
> System.baseURL But what is System.baseURL while build process?
I just think there shoud be a way to get rid of `mobile/dist/www` in production code anyway.
> What do you mean you get this? Is this hard-coded into your bundle? I don't see that happening somewhere in the code. `mobile/dist/www/` here ``` javascript System.paths["bundles/*.css"] ="mobile/dist/www/assets/*css"; System.paths["bundles/*"]...
I have the following structure for my project: `````` /client // this folder contains client code /app.js /index.hmlt /server // server code ... /public // this folder is hosted (exposed)...
to me it looks ok!
@justinbmeyer What about this issue?
should it be expected in the 0.6 release?
@matthewp Hey, if it is not so difficult could you address this? We need to pack chrome app but have problems without this issue fixed.