Justin Meyer

Results 183 comments of Justin Meyer

> Having something like ... seem like a bug workaround or hack to me, no? No, because of the problems I listed above. Anything your CSS / LESS / code...

> bundlesPath here is relative to ... (i don't know to what it is supposed to be) System.baseURL Is that still not clear? Sent from my iPhone > On Feb...

The folder your stealconfig.js is in. Just like it is on the client. Sent from my iPhone > On Feb 7, 2015, at 11:40 AM, Alex [email protected] wrote: > >...

The point of bundlesPath is to take whatever bundlesPath is and write: ``` js System.paths["bundles/*.css"] = System.bundlesPath+"/*css"; System.paths["bundles/*"] = System.bundlesPath+"/*.js"; ``` So seeing ``` js System.paths["bundles/*.css"] ="mobile/dist/www/assets/*css"; System.paths["bundles/*"] = "mobile/dist/www/assets/*.js";...

One final thing: > Now in resulting built file (mobile.js) we will get: > > ``` > System.paths["bundles/*.css"] ="mobile/dist/www/assets/*css"; > System.paths["bundles/*"] = "mobile/dist/www/assets/*.js"; > ``` What do you mean you...

@whitecolor Why are you building things this way? Is there a reason you must move the baseURL? What does your structure look like? It seems something like: ``` root/ img/...

Here's some docs I'm planning on adding to the `bundlesPath` section of steal-tools.build: ### Changing baseURL Sometimes, you might want to build packages that load in production from an different...

What happens if someone goes over? Would you split? Are you sure that would help? The 100k rule seems arbitrary, especially for people not making mobile web sites. Sent from...

Mobile traffic is 50% on the "open web". The deep web, which account for probably 10x more apps is a whole other thing.

Sorry, I miss read the original issue. I thought you were intending to _NOT_ produce a build if people were over. Yeah, a warning is totally fine. For this to...