From b05d6142fda121efd053df674a4ed7814f71c4e5 Mon Sep 17 00:00:00 2001 From: Mattias Reichel Date: Thu, 13 Oct 2022 10:36:11 +0200 Subject: [PATCH] Update introduction.adoc Changed the usage text as it was no longer working/accurate for this profile. --- src/main/docs/guide/introduction.adoc | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/main/docs/guide/introduction.adoc b/src/main/docs/guide/introduction.adoc index 3f73019..2ec5bbc 100644 --- a/src/main/docs/guide/introduction.adoc +++ b/src/main/docs/guide/introduction.adoc @@ -6,17 +6,9 @@ To create an application using the `webpack` profile you can use the next comman [source, bash] ---- -grails create-app myapp --profile=webpack +grails create-app myapp --profile=org.grails.profiles:webpack:1.1.6 ---- - -You can also choose this project when generating your project from the http://start.grails.org[Grails Application Forge], either from the web app or via the API: - -[source, bash] ----- -curl -O start.grails.org/myapp.zip -d profile=webpack ----- - -Grails Application Forge is a great way to discover the different provided features in the profile. +(at the time of writing 1.1.6 was the latest version, use whatever version you see fit) This profile is fairly minimal and is intended as a base for other profiles, such as the https://grails-profiles.github.io/react-webpack/latest/guide/index.html[react-webpack] profile.