Skip to content

Commit

Permalink
Be more explicit that config.assets.debug does nothing in Sprockets 4+
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiculescu authored Dec 9, 2021
1 parent 4e0f168 commit 7e24de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ When enabled, fingerprints will be added to asset filenames.

**`config.assets.debug`**

Enable expanded asset debugging mode. Individual files will be served to make referencing filenames in the web console easier. This feature will eventually be deprecated and replaced by Source Maps in Sprockets 3.x.
Enable expanded asset debugging mode. Individual files will be served to make referencing filenames in the web console easier. **This feature has been replaced by Source Maps and does nothing in Sprockets 4+.**

**`config.assets.compile`**

Expand Down

0 comments on commit 7e24de8

Please sign in to comment.