All Downloads are FREE. Search and download functionalities are using the official Maven repository.

report-resources.chartist.chartist-plugin-tooltip.tasks.aliases.yml Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy