Skip to content

Commit 0d59b36

Browse files
committed
Update asset-pipeline GitHub URL
1 parent 1e86b15 commit 0d59b36

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gradle/functional-test-config.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ configurations.configureEach {
5454
}
5555
}
5656

57-
// work around for parallel builds due to https://github.com/bertramdev/asset-pipeline/issues/177
57+
// work around for parallel builds due to https://github.com/wondrify/asset-pipeline/issues/177
5858
if ('assetCompile' in tasks.names) {
5959
tasks.named('assetCompile').configure { Task task ->
6060
task.outputs.dir rootProject.layout.buildDirectory.dir('asset-serialize')

grails-doc/src/en/guide/commandLine/gradleBuild/gradlePlugins.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ The default plugins are as follows:
4747
* `com.github.erdi.webdriver-binaries` - A plugin that downloads and caches WebDriver binaries specific to the OS the build runs on. Read More: https://github.com/erdi/webdriver-binaries-gradle-plugin/blob/master/README.md[GitHub README]
4848
* `war` - The https://docs.gradle.org/{gradleVersion}/userguide/war_plugin.html[WAR plugin] changes the packaging so that Gradle creates a WAR file. You can comment out this plugin to build a runnable JAR file for standalone deployment.
4949
* `idea` - The IDEA plugin generates files used by http://www.jetbrains.com/idea/[IntelliJ IDEA], allowing the project to be opened from IDEA. Read More: https://docs.gradle.org/{gradleVersion}/userguide/idea_plugin.html[The IDEA Plugin]
50-
* `com.bertramlabs.asset-pipeline` - The https://github.com/bertramdev/asset-pipeline[Asset Pipeline] plugin enables compilation of static assets (JavaScript, CSS, etc.)
5150
* `application` - The Application plugin facilitates creating an executable JVM application. Read More: https://docs.gradle.org/{gradleVersion}/userguide/application_plugin.html[The Application Plugin]
5251
* `eclipse` - The Eclipse plugins generate files for the http://eclipse.org/[Eclipse IDE], enabling project import (File - Import... - Existing Projects into Workspace). Read More: https://docs.gradle.org/{gradleVersion}/userguide/eclipse_plugin.html[The Eclipse Plugin]
52+
* `asset-pipeline` - The https://github.com/wondrify/asset-pipeline[Asset Pipeline] plugin enables compilation of static assets (JavaScript, CSS, etc.)
5353
5454
Many of these are built-in plugins provided by Gradle or third-party plugins. The Gradle plugins that Grails provides are as follows:
5555

grails-doc/src/en/guide/commandLine/interactiveMode.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Available Features
178178
mockito Mockito test mocking framework for JUnit
179179
180180
View Rendering
181-
asset-pipeline-grails (+) The Asset-Pipeline is a plugin used for managing and processing static assets in JVM applications primarily via Gradle (however not mandatory). Read more at https://github.com/bertramdev/asset-pipeline
181+
asset-pipeline-grails (+) The Asset-Pipeline is a plugin used for managing and processing static assets in JVM applications primarily via Gradle (however not mandatory). Read more at https://github.com/wondrify/asset-pipeline
182182
grails-gsp (+) grails-gsp
183183
views-json JSON views are written in Groovy, end with the file extension gson and reside in the grails-app/views directory. They provide a DSL for producing output in the JSON format.
184184
views-markup Markup views are written in Groovy, end with the file extension gml and reside in the grails-app/views directory. They provide a DSL for producing output in the XML.

grails-doc/src/en/guide/theWebLayer/gsp/resources.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ specific language governing permissions and limitations
1717
under the License.
1818
////
1919

20-
Since version 3, Grails integrates with the https://github.com/bertramdev/asset-pipeline[Asset Pipeline plugin] to provide sophisticated static asset management. This plugin is installed by default in new Grails applications.
20+
Since version 3, Grails integrates with the https://github.com/wondrify/asset-pipeline[Asset Pipeline plugin] to provide sophisticated static asset management. This plugin is installed by default in new Grails applications.
2121

2222
The basic way to include a link to a static asset in your application is to use the xref:../../../ref/Tags%20-%20GSP/resource.adoc[resource] tag. This simple approach creates a URI pointing to the file.
2323

0 commit comments

Comments
 (0)