| DIR:/proc/self/cwd/assets/backend/plugins/chartist-plugin-tooltip-master/tasks/ |
| Current File : //proc/self/cwd/assets/backend/plugins/chartist-plugin-tooltip-master/tasks/aliases.yml |
# Grunt Commands # ============== # # Use `grunt` in the root directory to select and run a specific task. default: - 'test' - 'build' # create the plugin build: - 'clean:dist' - 'sass:dist' - 'copy:dist' - 'umd' - 'uglify:dist' # tests test: - 'clean:tmp' - 'jasmine' |