bertramdev / asset-pipeline

The core implementation of the asset pipeline for the jvm
194 stars 93 forks source link

Proper way to discover filename #159

Closed mystdeim closed 6 years ago

mystdeim commented 7 years ago

I want use your plugin in production, but I'm a little bit confused how to discover file name. For example I have sth like <script src="application-dfdasfdsaf4r43fs.js"> in my layout. Should I read manifest.properties file first, find filename there then add filename to my layout?

davydotcom commented 7 years ago

this GSP or what template library you using?

davydotcom commented 6 years ago

there are grails taglibs for this. please seek documentation. you can also examine a file on the class path called manifest.properties to find the aliases.