From c9c7add263f30eaf21dbffac6c4abd496266ff20 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Thu, 18 Aug 2016 15:00:22 +0200 Subject: [PATCH] rename js/entity to js/entities --- hooks/before_prepare/02_jshint.js | 4 ++-- www/index.html | 2 +- www/js/{entity => entities}/peer.js | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename www/js/{entity => entities}/peer.js (100%) diff --git a/hooks/before_prepare/02_jshint.js b/hooks/before_prepare/02_jshint.js index 7e94c58e..9316017f 100755 --- a/hooks/before_prepare/02_jshint.js +++ b/hooks/before_prepare/02_jshint.js @@ -8,11 +8,11 @@ var async = require('async'); var foldersToProcess = [ 'js', 'js/controllers', - 'js/entity', + 'js/entities', 'js/services', 'plugins/es/js', 'plugins/es/js/controllers', - 'plugins/es/js/entity', + //'plugins/es/js/entities', 'plugins/es/js/services' ]; diff --git a/www/index.html b/www/index.html index ca6bef46..35449eb4 100644 --- a/www/index.html +++ b/www/index.html @@ -65,7 +65,7 @@ <script src="dist/dist_js/app/services.js"></script> <!-- entities --> - <script src="dist/dist_js/app/entity/peer.js"></script> + <script src="dist/dist_js/app/entities/peer.js"></script> <!-- controllers --> <script src="dist/dist_js/app/controllers/app-controllers.js"></script> diff --git a/www/js/entity/peer.js b/www/js/entities/peer.js similarity index 100% rename from www/js/entity/peer.js rename to www/js/entities/peer.js -- GitLab