grafana/scripts/grunt/build_task.js

7 lines
187 B
JavaScript

module.exports = function(grunt) {
'use strict';
// Concat and Minify the src directory into dist
grunt.registerTask('build', ['clean:release', 'clean:build', 'exec:webpack']);
};