HOME


sh-3ll 1.0
DIR:/proc/self/cwd/assets/backend/plugins/chartist-plugin-tooltip-master/tasks/
Upload File :
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'