Postponed
Project:
Google Closure Compiler
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2014 at 16:56 UTC
Updated:
12 Mar 2014 at 14:21 UTC
Jump to comment: Most recent
Comments
Comment #1
nburles commentedI looked into using the "libraries" module a while back, and I believe it only supports php, css, and js files (http://drupalcontrib.org/api/drupal/contributions!libraries!libraries.ap...). So although I could simply look for the compiler.jar file within the libraries directory, it seemed sort of pointless to me!
Another reason I ultimately decided not to move the compiler.jar (or rather not to give users the choice) is that in my understanding, the libraries folder is intended for libraries which may be used by multiple modules - those that are actually used by the site, rather than just in offline processing.
Having said that, I'd be happy to commit a patch so the module looks both in the libraries folder and the module folder if someone wants to make one.
Thanks