Skip to content
Snippets Groups Projects
Commit c9c7add2 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

rename js/entity to js/entities

parent 9dd79749
No related branches found
No related tags found
No related merge requests found
......@@ -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'
];
......
......@@ -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>
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment