From b8686d6451b654d802a873c209e8db866ec1860a Mon Sep 17 00:00:00 2001 From: martinRenou Date: Tue, 9 May 2017 16:00:48 +0100 Subject: [PATCH] Now use dev mode --- remoteappmanager/static/js/home/controller.js | 2 +- remoteappmanager/static/js/home/views/application_list_view.js | 2 +- remoteappmanager/static/js/home/views/application_view.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/remoteappmanager/static/js/home/controller.js b/remoteappmanager/static/js/home/controller.js index 466417fea..8d6c0ad3a 100644 --- a/remoteappmanager/static/js/home/controller.js +++ b/remoteappmanager/static/js/home/controller.js @@ -3,7 +3,7 @@ require([ "home/models", "home/views/application_list_view", "home/views/application_view", - "components/vue/dist/vue.min", + "components/vue/dist/vue", "gamodule", 'urlutils' ], function( diff --git a/remoteappmanager/static/js/home/views/application_list_view.js b/remoteappmanager/static/js/home/views/application_list_view.js index ad6ccde87..104c24f6a 100644 --- a/remoteappmanager/static/js/home/views/application_list_view.js +++ b/remoteappmanager/static/js/home/views/application_list_view.js @@ -1,5 +1,5 @@ define([ - '../../components/vue/dist/vue.min', + '../../components/vue/dist/vue', ], function (Vue) { 'use strict'; diff --git a/remoteappmanager/static/js/home/views/application_view.js b/remoteappmanager/static/js/home/views/application_view.js index 189b6405e..2090f77d2 100644 --- a/remoteappmanager/static/js/home/views/application_view.js +++ b/remoteappmanager/static/js/home/views/application_view.js @@ -2,7 +2,7 @@ define([ 'jquery', "urlutils", "utils", - '../../components/vue/dist/vue.min' + '../../components/vue/dist/vue' ], function ($, urlutils, utils, Vue) { "use strict";