Skip to content

Instantly share code, notes, and snippets.

@MagicControl
Last active January 31, 2017 14:53
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/8430ffcd086c9dc080b233878d5419f5 to your computer and use it in GitHub Desktop.
Save MagicControl/8430ffcd086c9dc080b233878d5419f5 to your computer and use it in GitHub Desktop.
jsx-asset-pipeline config
assets {
minifyJs = true
minifyCss = true
enableSourceMaps = true
minifyOptions = [
languageMode : 'ES6',
targetLanguage: 'ES5'
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment