mirror of
https://github.com/thelounge/thelounge
synced 2024-11-25 13:30:21 +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.min.js
|
||||||
client/js/libs/**/*.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",
|
"node_modules/handlebars/bin/handlebars",
|
||||||
"client/views/",
|
"client/views/",
|
||||||
"-e", "tpl",
|
"-e", "tpl",
|
||||||
"-f", "client/js/shout.templates.js"
|
"-f", "client/js/lounge.templates.js"
|
||||||
]
|
]
|
||||||
}, function(err) {
|
}, function(err) {
|
||||||
if (err) console.log(err);
|
if (err) console.log(err);
|
||||||
|
|
|
@ -294,8 +294,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="js/libs.min.js"></script>
|
<script src="js/libs.min.js"></script>
|
||||||
<script src="js/shout.templates.js"></script>
|
<script src="js/lounge.templates.js"></script>
|
||||||
<script src="js/shout.js"></script>
|
<script src="js/lounge.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue