Skip to content

Instantly share code, notes, and snippets.

@MagicControl
Last active January 31, 2017 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MagicControl/f69a92c010bb5b9c8d341306268d7810 to your computer and use it in GitHub Desktop.
Save MagicControl/f69a92c010bb5b9c8d341306268d7810 to your computer and use it in GitHub Desktop.
asset-pipeline dependencies
buildscript {
dependencies {
classpath "com.bertramlabs.plugins:asset-pipeline-gradle:2.13.1"
}
}
dependencies {
runtime "com.bertramlabs.plugins:asset-pipeline-grails:2.13.1"
assets "com.bertramlabs.plugins:jsx-asset-pipeline:2.13.1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment