-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Closed
blue-eyes
wants to merge
8
commits into
symfony:master
from
blue-eyes:c661c8dcf33501aadcddbc806f237496fc8f6ca5
Closed
Fixed some typos #39
blue-eyes
wants to merge
8
commits into
symfony:master
from
blue-eyes:c661c8dcf33501aadcddbc806f237496fc8f6ca5
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.