Skip to content

Instantly share code, notes, and snippets.

@scardine
Created January 8, 2016 12:53
Show Gist options
  • Save scardine/3573145fa5e3cc512388 to your computer and use it in GitHub Desktop.
Save scardine/3573145fa5e3cc512388 to your computer and use it in GitHub Desktop.
Recompilar IMP no SEADE

JSX

Para compilar os arquivos JSX:

cd /var/www/html/imp/frontend/js
jsx --watch src/ build/

Uglify

Para publicar em produção:

cd /var/www/html/imp/frontend
node r.js -o build.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment