laxman954 / granule

Automatically exported from code.google.com/p/granule
0 stars 0 forks source link

remote css and JS can not be combine #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.In my project I have css and JS coming from different path then web-app e.g 
JS is called like this 
<script src="http://mydomain.com/script/test.js"/>
<script src="/web-app/script/test.js"/>
2.
3.

What is the expected output? What do you see instead?
can above two JS be combined

What version of the product are you using? On what operating system?
1.0.9

Please provide any additional information below.

Original issue reported on code.google.com by ashaagga...@gmail.com on 10 May 2011 at 3:48

GoogleCodeExporter commented 8 years ago
External scripts like http://mydomain.com/script/test.js are not supported 
right now and should be placed outside of <g:compress tag. 

Original comment by Jonathan...@gmail.com on 10 May 2011 at 6:31

GoogleCodeExporter commented 8 years ago
The scripts on the remote server are supposed be already minified and combine. 
Second, it's hard to track changes on the remote server in efficient way as 
whole system.

Original comment by Jonathan...@gmail.com on 11 May 2011 at 3:45

GoogleCodeExporter commented 8 years ago
Hi there,

I have two urgent issues in my App related to using Granule, can you please
help? I have reported issues on your site.

Right now main issue is log messages on console. I have build the granule
cache at build time still those log messages are shown not sure why.

My RM team is not allowing me to use the granule code unless I fixed those
issue.

Please suggest how I can solve that

Original comment by ashaagga...@gmail.com on 21 May 2011 at 7:10