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

Commit 871f993

Browse files
committed
Exposing file.root.page
In answering this issue (http://stackoverflow.com/questions/15596134/html5-boilerplate-build-scirpt) I realized it wasn't exposed here in the project.properties
1 parent 4c758fa commit 871f993

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

config/project.properties

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
# Files can be added in a comma separated form
1414
file.pages =
1515
##
16+
# Root page file
17+
# The <script> tags between the magic comments in this page
18+
# <!-- //-beg- concat_js -->
19+
# <script src="js/plugins.js"></script>
20+
# <script src="js/main.js"></script>
21+
# <!-- //-end- concat_js -->
22+
# determine the ordered list of scripts to be concatenated, minified,
23+
# and swapped with file.root.script in all the pages.
24+
# file.root.page = index.html
1625
# htmlcompressor Options
1726
# Override default htmlcompressor options
1827
# HTML Compressor documentation http://code.google.com/p/htmlcompressor/
@@ -201,4 +210,4 @@ env =
201210
# JSDOC3 Documentation (https://github.com/jsdoc3/jsdoc)
202211
# You must tell the script if you want to build documentation
203212
# build.jsdoc3 = true
204-
#
213+
#

0 commit comments

Comments
 (0)