From 266994240dd976be24eb7c8a560a60b3cc010fd7 Mon Sep 17 00:00:00 2001 From: Yuto SASAKI Date: Sun, 4 Feb 2018 14:19:28 +0900 Subject: Update rails-ujs readme Add a note on using `yarn autoclean`. --- actionview/app/assets/javascripts/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionview/app') diff --git a/actionview/app/assets/javascripts/README.md b/actionview/app/assets/javascripts/README.md index 185dddc7e5..b74fa1afad 100644 --- a/actionview/app/assets/javascripts/README.md +++ b/actionview/app/assets/javascripts/README.md @@ -23,6 +23,8 @@ Note that the `data` attributes this library adds are a feature of HTML5. If you yarn add rails-ujs +Ensure that `.yarnclean` does not include `assets` if you use [yarn autoclean](https://yarnpkg.com/lang/en/docs/cli/autoclean/). + ## Usage ### Asset pipeline -- cgit v1.2.3