Skip to content

Commit

Permalink
fixing docs up
Browse files Browse the repository at this point in the history
  • Loading branch information
davydotcom committed Jan 20, 2017
1 parent a9a788e commit a36f230
Show file tree
Hide file tree
Showing 32 changed files with 125 additions and 85 deletions.
Expand Up @@ -85,3 +85,4 @@ grails.assets.mapping = 'assets'
----

For all these configuration options, you will want to put these config values in the appropriate environment in `Config.groovy`.

Expand Up @@ -61,3 +61,4 @@ grails:
----

For all these configuration options, you will want to put these config values in the appropriate environment in `application.yml` or in groovy format in `application.groovy`.

Expand Up @@ -771,7 +771,7 @@ <h3 id="relative-urls">Relative Urls</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-08-27 08:36:52 -04:00
Last updated 2016-12-12 10:52:19 -05:00
</div>
</div>
</body>
Expand Down
Expand Up @@ -722,7 +722,7 @@ <h3 id="post-processors">Post-Processors</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-05-23 12:32:51 -04:00
Last updated 2016-05-23 16:04:07 -04:00
</div>
</div>
</body>
Expand Down
Expand Up @@ -654,7 +654,7 @@ <h4 id="adding-the-asset-definiton-to-the-list-of-assetfiles">Adding the Asset d
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-05-23 12:03:45 -04:00
Last updated 2016-05-23 16:04:07 -04:00
</div>
</div>
</body>
Expand Down
Expand Up @@ -519,7 +519,7 @@ <h3 id="post-processors">Post-Processors</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-05-23 12:32:38 -04:00
Last updated 2016-05-23 16:04:07 -04:00
</div>
</div>
</body>
Expand Down
Expand Up @@ -561,7 +561,7 @@ <h3 id="processors">Processors</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-05-23 12:32:43 -04:00
Last updated 2016-05-23 16:04:07 -04:00
</div>
</div>
</body>
Expand Down
8 changes: 4 additions & 4 deletions asset-pipeline-site/src/assets/html/manual-new/gradle.html
Expand Up @@ -552,7 +552,7 @@ <h3 id="getting-started">Getting Started</h3>
}
}
dependencies {
classpath "com.bertramlabs.plugins:asset-pipeline-gradle:2.12.5"
classpath "com.bertramlabs.plugins:asset-pipeline-gradle:2.12.9"
}
}

Expand All @@ -567,7 +567,7 @@ <h3 id="getting-started">Getting Started</h3>
<div class="content">
<pre class="CodeRay highlight"><code data-lang="groovy">//gradle 2.1+
plugins {
id "com.bertramlabs.asset-pipeline" version "2.12.5"
id "com.bertramlabs.asset-pipeline" version "2.12.9"
}</code></pre>
</div>
</div>
Expand Down Expand Up @@ -746,7 +746,7 @@ <h3 id="jvm-based-dependencies">JVM Based Dependencies</h3>
<div class="content">
<pre class="CodeRay highlight"><code data-lang="groovy">dependencies {
// Example additional LESS support
assets 'com.bertramlabs.plugins:less-asset-pipeline:2.12.5'
assets 'com.bertramlabs.plugins:less-asset-pipeline:2.12.9'
}</code></pre>
</div>
</div>
Expand All @@ -756,7 +756,7 @@ <h3 id="jvm-based-dependencies">JVM Based Dependencies</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-05-23 09:48:05 -04:00
Last updated 2016-05-23 16:04:07 -04:00
</div>
</div>
</body>
Expand Down
Expand Up @@ -597,7 +597,7 @@ <h3 id="configuration">Configuration</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-05-23 09:48:17 -04:00
Last updated 2016-05-23 16:04:07 -04:00
</div>
</div>
</body>
Expand Down
Expand Up @@ -540,7 +540,7 @@ <h3 id="getting-started">Getting Started</h3>
}
}
dependencies {
classpath "com.bertramlabs.plugins:asset-pipeline-gradle:2.12.5"
classpath "com.bertramlabs.plugins:asset-pipeline-gradle:2.12.9"
}
}

Expand All @@ -555,7 +555,7 @@ <h3 id="getting-started">Getting Started</h3>
<div class="content">
<pre class="CodeRay highlight"><code data-lang="groovy">//gradle 2.1+
plugins {
id "com.bertramlabs.asset-pipeline" version "2.12.5"
id "com.bertramlabs.asset-pipeline" version "2.12.9"
}</code></pre>
</div>
</div>
Expand Down Expand Up @@ -628,7 +628,7 @@ <h3 id="getting-started">Getting Started</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-05-23 10:08:35 -04:00
Last updated 2016-05-23 16:04:07 -04:00
</div>
</div>
</body>
Expand Down
Expand Up @@ -535,15 +535,15 @@ <h3 id="jvm-based-dependencies">JVM Based Dependencies</h3>
<div class="content">
<pre class="CodeRay highlight"><code data-lang="groovy">dependencies {
// Example additional LESS support
assets 'com.bertramlabs.plugins:less-asset-pipeline:2.12.5'
assets 'com.bertramlabs.plugins:less-asset-pipeline:2.12.9'
}</code></pre>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-05-23 10:08:39 -04:00
Last updated 2016-05-23 16:04:07 -04:00
</div>
</div>
</body>
Expand Down
12 changes: 6 additions & 6 deletions asset-pipeline-site/src/assets/html/manual-new/grails2.html
Expand Up @@ -534,12 +534,12 @@ <h3 id="getting-started">Getting Started</h3>
<div class="title">BuildConfig.groovy</div>
<div class="content">
<pre class="CodeRay highlight"><code data-lang="groovy">plugins {
compile ":asset-pipeline:2.12.5"
compile ":asset-pipeline:2.12.9"
// Uncomment these to enable additional asset-pipeline capabilities
//compile ":sass-asset-pipeline:2.12.5"
//compile ":less-asset-pipeline:2.12.5"
//compile ":coffee-asset-pipeline:2.12.5"
//compile ":handlebars-asset-pipeline:2.12.5"
//compile ":sass-asset-pipeline:2.12.9"
//compile ":less-asset-pipeline:2.12.9"
//compile ":coffee-asset-pipeline:2.12.9"
//compile ":handlebars-asset-pipeline:2.12.9"
}</code></pre>
</div>
</div>
Expand Down Expand Up @@ -928,7 +928,7 @@ <h4 id="deferred-scripts">Deferred Scripts</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-05-23 10:43:22 -04:00
Last updated 2016-05-23 16:04:07 -04:00
</div>
</div>
</body>
Expand Down
Expand Up @@ -643,7 +643,7 @@ <h4 id="mappings-and-asset-taglib-urls">Mappings and Asset Taglib URLs</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-06-17 04:20:08 -04:00
Last updated 2016-08-08 10:14:06 -04:00
</div>
</div>
</body>
Expand Down
Expand Up @@ -522,12 +522,12 @@ <h3 id="getting-started">Getting Started</h3>
<div class="title">BuildConfig.groovy</div>
<div class="content">
<pre class="CodeRay highlight"><code data-lang="groovy">plugins {
compile ":asset-pipeline:2.12.5"
compile ":asset-pipeline:2.12.9"
// Uncomment these to enable additional asset-pipeline capabilities
//compile ":sass-asset-pipeline:2.12.5"
//compile ":less-asset-pipeline:2.12.5"
//compile ":coffee-asset-pipeline:2.12.5"
//compile ":handlebars-asset-pipeline:2.12.5"
//compile ":sass-asset-pipeline:2.12.9"
//compile ":less-asset-pipeline:2.12.9"
//compile ":coffee-asset-pipeline:2.12.9"
//compile ":handlebars-asset-pipeline:2.12.9"
}</code></pre>
</div>
</div>
Expand Down Expand Up @@ -569,7 +569,7 @@ <h4 id="development-runtime">Development Runtime</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-05-23 10:14:16 -04:00
Last updated 2016-05-23 16:04:07 -04:00
</div>
</div>
</body>
Expand Down
Expand Up @@ -629,7 +629,7 @@ <h4 id="search-paths">Search Paths</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-05-23 10:33:21 -04:00
Last updated 2016-05-23 16:04:07 -04:00
</div>
</div>
</body>
Expand Down
Expand Up @@ -614,7 +614,7 @@ <h4 id="deferred-scripts">Deferred Scripts</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-05-23 10:35:26 -04:00
Last updated 2016-05-23 16:04:07 -04:00
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions asset-pipeline-site/src/assets/html/manual-new/grails3.html
Expand Up @@ -533,7 +533,7 @@ <h3 id="getting-started">Getting Started</h3>
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight"><code data-lang="groovy">dependencies {
runtime 'com.bertramlabs.plugins:asset-pipeline-grails:2.12.5'
runtime 'com.bertramlabs.plugins:asset-pipeline-grails:2.12.9'
}</code></pre>
</div>
</div>
Expand Down Expand Up @@ -848,7 +848,7 @@ <h4 id="deferred-scripts">Deferred Scripts</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-05-23 10:50:43 -04:00
Last updated 2016-05-23 16:04:07 -04:00
</div>
</div>
</body>
Expand Down
Expand Up @@ -598,7 +598,7 @@ <h4 id="mappings-and-asset-taglib-urls">Mappings and Asset Taglib URLs</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-06-17 04:20:08 -04:00
Last updated 2016-08-08 10:14:06 -04:00
</div>
</div>
</body>
Expand Down
Expand Up @@ -521,7 +521,7 @@ <h3 id="getting-started">Getting Started</h3>
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight"><code data-lang="groovy">dependencies {
runtime 'com.bertramlabs.plugins:asset-pipeline-grails:2.12.5'
runtime 'com.bertramlabs.plugins:asset-pipeline-grails:2.12.9'
}</code></pre>
</div>
</div>
Expand All @@ -538,7 +538,7 @@ <h4 id="development-runtime">Development Runtime</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-05-23 10:51:52 -04:00
Last updated 2016-05-23 16:04:07 -04:00
</div>
</div>
</body>
Expand Down
Expand Up @@ -625,7 +625,7 @@ <h4 id="search-paths">Search Paths</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-05-23 10:49:51 -04:00
Last updated 2016-05-23 16:04:07 -04:00
</div>
</div>
</body>
Expand Down
Expand Up @@ -614,7 +614,7 @@ <h4 id="deferred-scripts">Deferred Scripts</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-05-23 10:44:16 -04:00
Last updated 2016-05-23 16:04:07 -04:00
</div>
</div>
</body>
Expand Down

0 comments on commit a36f230

Please sign in to comment.