Skip to content

Instantly share code, notes, and snippets.

@kevin-chau
Last active April 13, 2017 05:42
Show Gist options
  • Save kevin-chau/eb07666e48708b3b919550445ee5c419 to your computer and use it in GitHub Desktop.
Save kevin-chau/eb07666e48708b3b919550445ee5c419 to your computer and use it in GitHub Desktop.
treactr slider build commands
Compile in this order:
1. Compile less to css
./node_modules/.bin/rc-tools run compile
2. compile to dist
./node_modules/.bin/rc-tools run dist
3. build example page
./node_modules/.bin/rc-tools run build
then you can push to master, then publish:
`npm publish`
In treactr, run `npm update` to pull in the latest treactr slider node package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment