Boyan Rabchev
10 years ago
2 changed files with 23 additions and 3 deletions
@ -0,0 +1,12 @@ |
|||||
|
module.exports = function (grunt) { |
||||
|
|
||||
|
require('load-grunt-tasks')(grunt); |
||||
|
|
||||
|
var config = { |
||||
|
|
||||
|
}; |
||||
|
|
||||
|
grunt.initConfig(config); |
||||
|
|
||||
|
grunt.registerTask('update-hterm', ['shell:greet:hello']); |
||||
|
}; |
Loading…
Reference in new issue