Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/symfony-docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.3
Choose a base ref
...
head repository: JoeRobles/symfony-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 18, 2013

  1. [Cookbook][Assetic] Apply to option

    I proposed this patch for branch 2.2 and is already patched f148324, please apply to branch 2.3 and master
    
    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 committed Jul 18, 2013
    Configuration menu
    Copy the full SHA
    0d85358 View commit details
    Browse the repository at this point in the history
Loading