typo
This commit is contained in:
parent
861bd408d4
commit
d021722f81
2
index.md
2
index.md
@ -238,7 +238,7 @@ spec_paths:
|
|||||||
- "**/*[Ss]pec.*"
|
- "**/*[Ss]pec.*"
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
This will include everything that Sprockets understanda in all your `src_dir` and `spec_dir` paths. At that point, use Sprockets `require`
|
This will include everything that Sprockets understands in all your `src_dir` and `spec_dir` paths. At that point, use Sprockets `require`
|
||||||
statements to define the include order of your files. Using the `--list` option on the command line to list the load order of files, combined
|
statements to define the include order of your files. Using the `--list` option on the command line to list the load order of files, combined
|
||||||
with the `--runner-out` option to write HTML runner files to a place where the browser can easily get to them, is very helpful when moving to
|
with the `--runner-out` option to write HTML runner files to a place where the browser can easily get to them, is very helpful when moving to
|
||||||
a Sprockets-managed project.
|
a Sprockets-managed project.
|
||||||
|
Loading…
Reference in New Issue
Block a user