Skip to content
This repository has been archived by the owner on Nov 23, 2018. It is now read-only.

Referencing concatenated js #157

Open
hex64dbg opened this issue Mar 24, 2013 · 0 comments
Open

Referencing concatenated js #157

hex64dbg opened this issue Mar 24, 2013 · 0 comments

Comments

@hex64dbg
Copy link

I renamed index.html to index.php, and in project.properties I added :

file.root.page = index.php

The build finishes succefully, but the index.php in the publish folder contains :

<!-- //-beg- concat_js -->
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="js/login.js"></script>
<!-- //-end- concat_js -->

Instead of :

<script src="js/5ebd021.js"></script>

I don't have this issue if I delete file.root.page and rename the file back to index.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant