Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
Typo fix (concatentated?)
Browse files Browse the repository at this point in the history
  • Loading branch information
cespare committed Oct 23, 2013
1 parent b7bfc5b commit c054990
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 @@ -217,7 +217,7 @@ don't really fit my ideal workflow. Here are a few things that Pinion does diffe
* To support concatenation, Sprockets uses special directives in comments at the beginning of files (e.g.
`//= require jquery`) to specify dependencies between files. To my mind, this is not desirable because:

* It's easier to debug in development if the files aren't all concatentated together.
* It's easier to debug in development if the files aren't all concatenated together.
* Other systems (say, a node.js-based JS test runner) don't understand these dependencies.
* How you bundle assets is mostly a caching/performance concern separate from your app logic, so it
doesn't necessarily make sense to tie them together. For instance, you may wish to bundle together your
Expand Down

0 comments on commit c054990

Please sign in to comment.