Commit adc4c72a authored by Pascal Hartig's avatar Pascal Hartig

WebRx: Remove gruntfile

parent 1b06abf0
module.exports = function (grunt) {
'use strict';
var conf = {
connect: {
server: {
options: {
port: 8001,
keepalive: true
}
}
}
};
grunt.initConfig(conf);
grunt.loadNpmTasks('grunt-contrib-connect');
grunt.registerTask('default', ['connect']);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment