Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Template Questions /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Requirements::javascript issue


Go to End


9 Posts   14708 Views

Avatar
ptr

Community Member, 5 Posts

12 August 2012 at 4:10pm

hi,

also +1 from me for the ability to define the placement of Js and CSS-files in a more precise way.

In my current project I would like to have the following order:

<head>
    merged CSS files
    modernizr & respond JS
</head>
<body>
    ...
    
    jquery (from a cdn)
    all custom JavaScript-Files (merged and minified)
</body>

As far as I read the documentation, there is currently no way to do this. Or am I missing something?

Thanks in advance
Peter

Go to Top