summaryrefslogtreecommitdiffstats
path: root/pyload/web/Gruntfile.js
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-13 12:13:02 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-13 12:13:02 +0200
commit126f795463973ac78d909ddf9d470eaae5d44207 (patch)
tree55e211a35b2144e16a07906941cadb3f4f06a659 /pyload/web/Gruntfile.js
parentimproved webui built script (diff)
downloadpyload-126f795463973ac78d909ddf9d470eaae5d44207.tar.xz
converted templates to default mustache syntax
Diffstat (limited to 'pyload/web/Gruntfile.js')
-rw-r--r--pyload/web/Gruntfile.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/pyload/web/Gruntfile.js b/pyload/web/Gruntfile.js
index f23530878..7b76e3503 100644
--- a/pyload/web/Gruntfile.js
+++ b/pyload/web/Gruntfile.js
@@ -1,4 +1,3 @@
-// Generated on 2013-06-06 using generator-webapp 0.2.2
'use strict';
var LIVERELOAD_PORT = 35729;
var lrSnippet = require('connect-livereload')({port: LIVERELOAD_PORT});
@@ -57,9 +56,9 @@ module.exports = function(grunt) {
options: {
middleware: function(connect) {
return [
+ lrSnippet,
mountFolder(connect, '.tmp'),
- mountFolder(connect, yeomanConfig.app),
- lrSnippet
+ mountFolder(connect, yeomanConfig.app)
];
}
}
@@ -384,7 +383,7 @@ module.exports = function(grunt) {
grunt.registerTask('server', function(target) {
if (target === 'dist') {
- return grunt.task.run(['build', 'open', 'connect:dist:keepalive']);
+ return grunt.task.run(['build', 'connect:dist:keepalive']);
}
grunt.task.run([