MIF_E31211879/desain/assets/node_modules/chartist-plugin-tooltip-master/tasks/aliases.yml

22 lines
290 B
YAML

# 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'