Conversation
### Change of Execute Function I re-wrote the *execute* function for the file to inject it according to the extension i.e **.js** or **.css** if the extension is other than .js or .css it won't be loaded or even cached!
|
Also
It looks like this behaviour hasn't changed in your commit. However, would prefer that this functionality be kept, as it is used by us to store our handlebars templates (they're stored in HTML). |
|
Other files types don't get injected, but they'll still get cached and made accessible. Read the README and see the section "Advanced File Loading". |
|
Yeah, it'll be good for storing images! On Sat, Nov 10, 2012 at 9:49 PM, Daniel McKenzie
|
|
There is a similar script - On Sat, Nov 10, 2012 at 9:52 PM, agnel waghela agnelwaghela@gmail.comwrote:
|
|
CSS injection will be great, I'll just await the newer code to be committed that takes into the above considerations and will take a look at it. |
use of debug method!
Change of Execute Function
I re-wrote the execute function for the file to inject it according to the extension i.e .js or .css
if the extension is other than .js or .css it won't be loaded or even cached!