Skip to content

Commit

Permalink
Merge pull request #578 from denis-sokolov/patch-1
Browse files Browse the repository at this point in the history
Docs: fix rendering artifact on configuration page
  • Loading branch information
Jeff Escalante committed Nov 11, 2014
2 parents d43227d + 267f11a commit 513ef63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Format
env: 'development'
after: -> console.log('what a useful function')
This is a great way to format the file for maximum simplicity. It ends up being very clean and easy to manage. However, if you want to do more advanced things like ``require``ing in files node/commonjs-style, you will not be able to do this. It is parsed simply as an object, not with full node functionality. If you do want full node functionality though, you're in luck -- all you have to do is add ``module.exports =`` to the top, like this:
This is a great way to format the file for maximum simplicity. It ends up being very clean and easy to manage. However, if you want to do more advanced things like ``require`` files node/commonjs-style, you will not be able to do this. It is parsed simply as an object, not with full node functionality. If you do want full node functionality though, you're in luck -- all you have to do is add ``module.exports =`` to the top, like this:

.. code-block:: coffee-script
Expand Down

0 comments on commit 513ef63

Please sign in to comment.