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 .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
...
  • 5 commits
  • 34 files changed
  • 0 commit comments
  • 1 contributor
Showing with 11,524 additions and 1,150 deletions.
  1. +1 −1 Cakefile
  2. +239 −8 documentation/docs/browser.html
  3. +305 −17 documentation/docs/cake.html
  4. +473 −23 documentation/docs/coffee-script.html
  5. +579 −39 documentation/docs/command.html
  6. +325 −91 documentation/docs/docco.css
  7. +1,418 −106 documentation/docs/grammar.html
  8. +417 −22 documentation/docs/helpers.html
  9. +124 −2 documentation/docs/index.html
  10. +1,625 −116 documentation/docs/lexer.html
  11. +2,914 −240 documentation/docs/nodes.html
  12. +301 −23 documentation/docs/optparse.html
  13. BIN documentation/docs/public/fonts/aller-bold.eot
  14. BIN documentation/docs/public/fonts/aller-bold.ttf
  15. BIN documentation/docs/public/fonts/aller-bold.woff
  16. BIN documentation/docs/public/fonts/aller-light.eot
  17. BIN documentation/docs/public/fonts/aller-light.ttf
  18. BIN documentation/docs/public/fonts/aller-light.woff
  19. BIN documentation/docs/public/fonts/fleurons.eot
  20. BIN documentation/docs/public/fonts/fleurons.ttf
  21. BIN documentation/docs/public/fonts/fleurons.woff
  22. BIN documentation/docs/public/fonts/novecento-bold.eot
  23. BIN documentation/docs/public/fonts/novecento-bold.ttf
  24. BIN documentation/docs/public/fonts/novecento-bold.woff
  25. BIN documentation/docs/public/images/gray.png
  26. +375 −0 documentation/docs/public/stylesheets/normalize.css
  27. +307 −8 documentation/docs/repl.html
  28. +1,034 −78 documentation/docs/rewriter.html
  29. +420 −28 documentation/docs/scope.html
  30. +661 −39 documentation/docs/sourcemap.html
  31. +0 −295 documentation/docs/underscore.html
  32. +5 −3 src/lexer.coffee
  33. +0 −8 src/nodes.coffee
  34. +1 −3 src/sourcemap.coffee
View
@@ -128,7 +128,7 @@ task 'doc:site', 'watch and continually rebuild the documentation for the websit
task 'doc:source', 'rebuild the internal documentation', ->
- exec 'docco src/*.coffee && cp -rf docs documentation && rm -r docs', (err) ->
+ exec 'docco src/*.*coffee && cp -rf docs documentation && rm -r docs', (err) ->
throw err if err
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.

No commit comments for this range