oakmac / cuttle

User Interface for the ClojureScript Compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix the release process

oakmac opened this issue · comments

The release script is currently broken and doesn't ship node_modules with the package.

We need to fix the release process and possibly move it into a Grunt task.

Commit eef51e2 fixes the immediate problem. May consider moving the release process into a Grunt task if it grows in complexity.