mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Rename client source and templates files to new project name
This commit is contained in:
parent
df68a1b8f0
commit
e079ec70d6
5 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
|||
client/js/libs.min.js
|
||||
client/js/libs/**/*.js
|
||||
client/js/shout.templates.js
|
||||
client/js/lounge.templates.js
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue