This repository was archived by the owner on Nov 23, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -68,15 +68,23 @@ This means that OS X versions prior to 10.6 are no longer supported out of the b
6868Alternatively, YUI Compressor, which requires Java > 1.4, could be swapped out for Closure Compiler.
6969
7070## Quick Start
71+ ** You must wrap any scripts to concatenate in a pair of specially constructed comments. These look like this:**
7172
72- You must wrap any scripts to concatenate in a pair of specially constructed comments. These look like this:
73-
73+ * legacy version (pre 1.0)* (https://github.com/h5bp/ant-build-script/wiki/What-version-are-you-running%3F )
7474``` html
7575 <!-- scripts concatenated and minified via build script -->
7676 <script src =" js/plugins.js" ></script >
7777 <script src =" js/main.js" ></script >
7878 <!-- end scripts -->
7979```
80+
81+ * 1.0 and greater*
82+ ``` html
83+ <!-- //-beg- concat_js -->
84+ <script src =" js/plugins.js" ></script >
85+ <script src =" js/main.js" ></script >
86+ <!-- //-end- concat_js -->
87+ ```
8088## If you're on Mac or Linux...
8189
8290You've got all your dependencies pre-installed, likely. You need to install ant-contrib to get the build script working.
You can’t perform that action at this time.
0 commit comments