diff --git a/public/docs/v3.1.4/Reference/PHP/VV/include.php b/public/docs/v3.1.4/Reference/PHP/VV/include.php index 9b28f5a..20686d0 100644 --- a/public/docs/v3.1.4/Reference/PHP/VV/include.php +++ b/public/docs/v3.1.4/Reference/PHP/VV/include.php @@ -2,7 +2,7 @@

VV::include()

-

Inject the compiled output of another Vegvisir page (or other PHP script).

+

Inject the bundled output of another Vegvisir page (or other PHP script).

diff --git a/public/docs/v3.1.4/Reference/PHP/VV/init.php b/public/docs/v3.1.4/Reference/PHP/VV/init.php index ce006d6..23e5081 100644 --- a/public/docs/v3.1.4/Reference/PHP/VV/init.php +++ b/public/docs/v3.1.4/Reference/PHP/VV/init.php @@ -19,7 +19,7 @@

string

-

Returns a script tag with the compiled and minified JavaScript required to run the Vegvisir front-end.

+

Returns a script tag with the bundled and minified JavaScript required to run the Vegvisir front-end.


diff --git a/public/docs/v3.1.5/Reference/PHP/VV/include.php b/public/docs/v3.1.5/Reference/PHP/VV/include.php index ee14bfb..1100a68 100644 --- a/public/docs/v3.1.5/Reference/PHP/VV/include.php +++ b/public/docs/v3.1.5/Reference/PHP/VV/include.php @@ -2,7 +2,7 @@

VV::include()

-

Inject the compiled output of another Vegvisir page (or other PHP script).

+

Inject the bundled output of another Vegvisir page (or other PHP script).

diff --git a/public/docs/v3.1.5/Reference/PHP/VV/init.php b/public/docs/v3.1.5/Reference/PHP/VV/init.php index 5417adb..f56ad45 100644 --- a/public/docs/v3.1.5/Reference/PHP/VV/init.php +++ b/public/docs/v3.1.5/Reference/PHP/VV/init.php @@ -19,7 +19,7 @@

string

-

Returns a script tag with the compiled and minified JavaScript required to run the Vegvisir front-end.

+

Returns a script tag with the bundled and minified JavaScript required to run the Vegvisir front-end.


diff --git a/public/features.php b/public/features.php index 582df4c..7a8f896 100644 --- a/public/features.php +++ b/public/features.php @@ -52,4 +52,23 @@
+
+
+
+

Asset injection

+

Bundle page-specific CSS and JavaScript with your templating markdown. Vegvisir will import and minify CSS and JavaScript on the fly. The bundled result is returned in a single response.

+ +
+
+ +
\ No newline at end of file diff --git a/public/index.php b/public/index.php index 06ab110..397f886 100644 --- a/public/index.php +++ b/public/index.php @@ -34,7 +34,7 @@

Asset injection

-

Bundle page-specific CSS and JavaScript with your templating markdown. Vegvisir will import and minify CSS and JavaScript on the fly. The compiled result is returned in a single response.

+

Bundle page-specific CSS and JavaScript with your templating markdown. Vegvisir will import and minify CSS and JavaScript on the fly. The bundled result is returned in a single response.