asset.pipeline.grails.UrlBase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of asset-pipeline-plugin Show documentation
Show all versions of asset-pipeline-plugin Show documentation
The Grace Asset-Pipeling plugin providing asset transpiling to grace.
package asset.pipeline.grails;
public enum UrlBase {
SERVER_BASE_URL,
CONTEXT_PATH,
NONE
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy