Skip to content

Commit

Permalink
Merge pull request #754 from benkoshy/patch-1
Browse files Browse the repository at this point in the history
Update Link
  • Loading branch information
rafaelfranca authored Aug 10, 2022
2 parents 9057cba + a4806a7 commit 3deb9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/building_an_asset_processing_framework.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Building an Asset Processing Framework

This guide is for using a Sprockets::Environment to process assets. You would use this class directly if you were building a feature similar to Rail's asset pipeline. If you aren't building an asset processing frameworks, you will want to refer to the [End User Asset Generation](end_user_asset_generation.md) guide instead. For a reference use of `Sprockets::Environment` see [sprockets-rails](http://github.com/rails/Sprockets-rails).
This guide is for using a Sprockets::Environment to process assets. You would use this class directly if you were building a feature similar to Rail's asset pipeline. If you aren't building an asset processing frameworks, you will want to refer to the [Readme](../README.md). For a reference use of `Sprockets::Environment` see [sprockets-rails](http://github.com/rails/Sprockets-rails).

## Understanding the Sprockets Environment

Expand Down

0 comments on commit 3deb9f4

Please sign in to comment.