We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grunt dist
Change the build tasks to be more intuitive:
build:plugins
build:joint
build:bundles
build:all
build
dist
Tests and demos should link to the build files (not the dist files).
The text was updated successfully, but these errors were encountered:
grunt build:dist
Merge pull request #225 from chill117/build-task-clean-up
9d2def3
Issue #215: Improve grunt build tasks and add `grunt dist`
chill117
No branches or pull requests
Change the build tasks to be more intuitive:
build:plugins
will build only plugin filesbuild:joint
will build the joint core files (and plugins)build:bundles
will build webpack and browserify bundlesbuild:all
will run all build tasksbuild
will runbuild:joint
dist
will run all build tasks then re-build thedist
directoryTests and demos should link to the build files (not the dist files).
The text was updated successfully, but these errors were encountered: