digipolisgent/robo-digipolis-package-drupal8

View on GitHub
testfiles/themes/testtheme/Gruntfile.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

module.exports = function (grunt) {
  grunt.registerTask('build', function () {
    grunt.file.write('hello_grunt.txt', 'Hello world from grunt.');
  });

};