Questions tagged [jawr]

Jawr is a tunable packaging solution for JavaScript and CSS which allows for rapid development of resources in separate module files. Developers can work with a large set of split JavaScript files in development mode, then Jawr bundles all together into one or several files in a configurable way.

38 questions
5
votes
1 answer

How do I stop Jawr processing some parts of CSS files?

I am currently using Jawr to compress and bundle my css, javascript and image files. Jawr is currently converting all of the url() links in my css files, regardless whether they are images or not. For example: @font-face { font-family:…
John Farrelly
  • 7,289
  • 9
  • 42
  • 52
4
votes
0 answers

Integrating Jawr with a CDN (CloudFront)

We're making use of Jawr to bundle javascript and css for a largescale Spring project. One of our requirements is to serve all assets (js, images, css etc) via a CDN (CloudFront). So far, we've externalised the Jawr working directory to a central…
Jon
  • 377
  • 2
  • 11
4
votes
2 answers

Jawr CSSServlet throwing StackOverflowError

I'm deploying a Hybris application, which uses Jawr, to a Tomcat server. At start-up, JawrServlet throws a StackOverflow error. It's hard to reproduce the error, but it always happens during the processing of CSSServlet. Shortly after this is…
Henrique Ordine
  • 3,337
  • 4
  • 44
  • 70
3
votes
1 answer

handling css with Jawr

my scenario: large amount of JSP (about 3000) not too much css files (about 100) Today I have a lot of bundles that includes a couple of css files, as needed. Then the jsp includes: or the bundles or the css files. Is Jawr the best choice for…
eridal
  • 1,288
  • 1
  • 11
  • 23
3
votes
1 answer

Looking for a Java based SCSS to CSS Converter

I'm looking for a Java based SCSS to CSS Converter to write a Jawr Preprocessor for this. So it's important to keep comments for building Sprites with Jawr. I just found SAC which seems to be a great base start writing one. CSS Level 3 has to be…
dtrunk
  • 4,685
  • 17
  • 65
  • 109
2
votes
1 answer

Jawr + Spring - Images not found. Am I missing something?

I'm trying to integrate Jawr into my Spring application: false
dtrunk
  • 4,685
  • 17
  • 65
  • 109
2
votes
0 answers

jawr - Included file in jsp contains numeric folder that does not exist

I am using jawr to combine and minify javascript. But in jspo when i include It generates..... http://localhost:8080/APP_JIG_HEAD/999485638/content/js/bundles/home.js goes to 404. That numeric folder…
Jigar Shah
  • 2,576
  • 6
  • 31
  • 53
2
votes
1 answer

Jawr & Springboot - Resources folders not resolved

my problem is that the bundle of css & js files are not resolved. I am migrating my WAR application to a Spring Boot application. Here is the servlet 3.0 configuration for jawr : @Configuration public class WebJawrConfiguration { private final…
Popomat94
  • 86
  • 6
2
votes
2 answers

Some software for IIS/.NET similar to JAWR (consolidate and minify Javascript)

Is there any software package/library that will produce a consolidated, minified JavaScript file for a production environment, while leaving the original files/references as-is in a development environment (so developers can work…
Jeff Meatball Yang
  • 37,839
  • 27
  • 91
  • 125
1
vote
1 answer

ExtJS with Jawr appears to be messing with encoding settings

I'm having trouble with some German strings being encoded incorrectly on response. The project is setup in Grails using ExtJS and Jawr. All strings are stored in a .properties file, which are translated on a per language basis. The German strings…
Ben
  • 11
  • 1
1
vote
0 answers

Jawr: Is making on bundle wait until another bundle is finished possible?

So I hope I can the describe my problem properly. So i have the following in my…
BluePrint
  • 1,926
  • 4
  • 28
  • 49
1
vote
1 answer

how to install JAWR plugin in maven based grails project

I am unable to install JAWR plugin in my maven based grails project, i have tried following commands mvn grails:install-plugin -DpluginName=Jawr grails install-plugin Jawr the result of grails install-plugin Jawr command is as follows …
Manoj
  • 477
  • 5
  • 8
  • 19
1
vote
0 answers

How can I minimize (on-the-fly) dynamically generated CSS inside servlet?

My Tomcat servlet generate CSS from several patterns dynamically. After CSS manipulations done, servlet return it. I want minimize generated CSS. What way I can minimize CSS before response? Java routines External library Other Sample of GET…
Dmitry
  • 877
  • 1
  • 16
  • 30
1
vote
0 answers

Jawr with plain html

For some reason I didn't use JSP in my JAVA project and I only use plain html. Now I want to use jawr bundle files in my plain html, as I have searched, it should include a jawr_loader.js as following: