Re: Change bootstrap css load order

2017-08-29 Thread Thiago H. de Paula Figueiredo
No, you don't need to do anything, manual or automated, when you change HTML or JS or CSS when you're using a JavaScript stack. Why do you think that? On Tue, Aug 29, 2017 at 4:15 AM, Rural Hunter wrote: > I suppose that would work but it's bad for ui design changes. I will have > to manually do

Re: 5.4.2: How to completely disable Tapestry core stack?

2017-08-29 Thread Carlos Montero Canabal
Hi, For remove tapestry default css you can see here http://tapestry5.dev-util.com/optimization/remove-tapestry-default-css For javascript, I think it’s not posible remove core.js (includes requirejs and other files that

5.4.2: How to completely disable Tapestry core stack?

2017-08-29 Thread Rural Hunter
Hi, I tried both overriding SymbolConstants.INCLUDE_CORE_STACK and contributing MarkupRenderer to set "ImportCoreStack" to null. But I still see some tapestry core staffs are loaded such as core.js, tapestry.css etc. Why? -

RE: how to reconfigure my app so that it runs without "context" in the uri path

2017-08-29 Thread Svein-Erik Løken
Command line in IntelliJ, maven: jetty:run -Duser.timezone=UTC -Dtapestry.execution-mode=development -Dtapestry-web-server-port= Maybe it's easier to start with this project: https://github.com/sveine/tapestry-multi-module-demo.

Re: Change bootstrap css load order

2017-08-29 Thread Rural Hunter
I suppose that would work but it's bad for ui design changes. I will have to manually do the process everytime when there is page UI change. 在 2017/8/29 14:45, Chris Poulsen 写道: Try using a JavaScriptStack instead of adding them directly with link tags. -