Skip to content

Instantly share code, notes, and snippets.

@assem-ch
Created March 12, 2016 15:57
Show Gist options
  • Save assem-ch/421328cb178d26eabab0 to your computer and use it in GitHub Desktop.
Save assem-ch/421328cb178d26eabab0 to your computer and use it in GitHub Desktop.
sed 's/\\u/\\\\u/g' js_snowball/lib/snowball.es6 | babel --compact=false --presets es2015 --plugins transform-es2015-modules-umd --module-id snowballFactory | sed 's/\\\\u/\\u/g' > js_snowball/lib/snowball.babel.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment