3214 Posts in 848 Topics by 810 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 979 Views |
-
combine js files in template using require?

26 July 2010 at 10:51am
I currently have multiple <% require %> tags in the template and dont want to move them to page_controller...
can I combine them in the template?? -
Re: combine js files in template using require?

26 July 2010 at 11:19am
No I don't believe you can do that since the template parser will probably choke on the array. You can leave your require statement in the template and put the combined_files call in the Page_Controller. AFAIK it will remove the link to the standard required file and replace with the combined path automatically for you.
| 979 Views | ||
|
Page:
1
|
Go to Top |


