PHP Classes

File: vendors/gentelella/vendors/jqvmap/gruntfile.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/gentelella/vendors/jqvmap/gruntfile.js   Download  
File: vendors/gentelella/vendors/jqvmap/gruntfile.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 616 bytes
 

Contents

Class file image Download
module.exports = function(grunt) { var gtx = require('gruntfile-gtx').wrap(grunt); gtx.loadAuto(); var gruntConfig = require('./grunt'); gruntConfig.package = require('./package.json'); gtx.config(gruntConfig); gtx.alias('build', ['shell:lint', 'clean:dist', 'concat:dist', 'uglify:dist', 'test']); gtx.alias('release', ['build', 'bump-commit']); gtx.alias('release-major', ['bump-only:major', 'release']); gtx.alias('release-minor', ['bump-only:minor', 'release']); gtx.alias('release-patch', ['bump-only:patch', 'release']); gtx.alias('test', ['shell:lint', 'qunit:dist']); gtx.finalise(); };