Rename client source and templates files to new project name

This commit is contained in:
Jérémie Astori 2016-02-10 05:37:35 +00:00
parent df68a1b8f0
commit e079ec70d6
5 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
client/js/libs.min.js
client/js/libs/**/*.js
client/js/shout.templates.js
client/js/lounge.templates.js

View file

@ -27,7 +27,7 @@ module.exports = function(grunt) {
"node_modules/handlebars/bin/handlebars",
"client/views/",
"-e", "tpl",
"-f", "client/js/shout.templates.js"
"-f", "client/js/lounge.templates.js"
]
}, function(err) {
if (err) console.log(err);

View file

@ -294,8 +294,8 @@
</div>
<script src="js/libs.min.js"></script>
<script src="js/shout.templates.js"></script>
<script src="js/shout.js"></script>
<script src="js/lounge.templates.js"></script>
<script src="js/lounge.js"></script>
</body>
</html>