aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-webpacker-rails613/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-webpacker-rails613/pkg-descr')
-rw-r--r--devel/rubygem-webpacker-rails613/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/rubygem-webpacker-rails613/pkg-descr b/devel/rubygem-webpacker-rails613/pkg-descr
new file mode 100644
index 000000000000..0910de7ca8db
--- /dev/null
+++ b/devel/rubygem-webpacker-rails613/pkg-descr
@@ -0,0 +1,9 @@
+Webpacker makes it easy to use the JavaScript preprocessor and bundler Webpack
+to manage application-like JavaScript in Rails. It coexists with the asset
+pipeline, as the primary purpose for Webpack is app-like JavaScript, not images,
+css, or even JavaScript Sprinkles (that all continues to live in app/assets). It
+is, however, possible to use Webpacker for CSS and images assets as well, in
+which case you may not even need the asset pipeline. This is mostly relevant
+when exclusively using component-based JavaScript frameworks.
+
+WWW: https://github.com/rails/webpacker