Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed some typos #39

Conversation

blue-eyes
Copy link
Contributor

No description provided.

JoeRobles added a commit to JoeRobles/symfony-docs that referenced this pull request Jun 26, 2013
I was testing, testing and testing one and another method or posibility, until I reached that page: kriswallsmith/assetic#185 that opened my eyes, and one value was missing:

node_paths /usr/lib/node_modules

I continously received:
[exception] 500 | Internal Server Error | Assetic\Exception\FilterException
[message] An error occurred while running:
&symfony#39;/usr/bin/node&symfony#39; &symfony#39;/tmp/assetic_styluswWvcnS&symfony#39;
Error Output:
module.js:340
throw err;
^
Error: Cannot find module &symfony#39;stylus&symfony#39; 

so, this fixes and finishes my 6 hours quest.
weaverryan pushed a commit that referenced this pull request Jul 18, 2013
I was testing, testing and testing one and another method or posibility, until I reached that page: kriswallsmith/assetic#185 that opened my eyes, and one value was missing:

node_paths /usr/lib/node_modules

I continously received:
[exception] 500 | Internal Server Error | Assetic\Exception\FilterException
[message] An error occurred while running:
'/usr/bin/node' '/tmp/assetic_styluswWvcnS'
Error Output:
module.js:340
throw err;
^
Error: Cannot find module 'stylus'

so, this fixes and finishes my 6 hours quest.
JoeRobles added a commit to JoeRobles/symfony-docs that referenced this pull request Jul 18, 2013
I proposed this patch for branch 2.2 and is already patched symfony@f148324, please apply to branch 2.3

I was testing, testing and testing one and another method or posibility, until I reached that page: kriswallsmith/assetic#185 that opened my eyes, and one value was missing:

node_paths /usr/lib/node_modules

I continously received:
[exception] 500 | Internal Server Error | Assetic\Exception\FilterException
[message] An error occurred while running:
&symfony#39;/usr/bin/node&symfony#39; &symfony#39;/tmp/assetic_styluswWvcnS&symfony#39;
Error Output:
module.js:340
throw err;
^
Error: Cannot find module &symfony#39;stylus&symfony#39;

so, this fixes and finishes my 6 hours quest.
xabbuh pushed a commit that referenced this pull request Jul 28, 2016
This PR was merged into the 2.7 branch.

Discussion
----------

Deleting index files - using globbing

This is a proof-of-concept for part of #26 - removing the `index.rst` and `map.rst.inc` files.

I've done this for components only:

* `components/index.rst` is NOT hidden, and the map is deleted. This gives us less control over how the components page is rendered... but I don't think it's a problem - that page is/was just a big list of links
* `components/index.rst` uses `*` to include *everything* automatically
* If you want one article to appear before others with globbing, you can list it before the `*` - see `components/index.rst`
*  At the bottom of each component article that contains related articles, I added a visible index that globs all the files from its directory (see `console.rst`).

I also updated the component titles to include the packagist name on its own commit.

Commits
-------

dccb6f8 Fix build errors
026be06 Removed topics index pages
26f2f88 Fix wrong redirections
de9840b Fix include path
84ee24d Include topics in main Index page
bd192fa Fixing bad title
1324fc0 Deleting index files - using globbing
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant