Skip to content

Commit

Permalink
removed generated code docs from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Peter committed Aug 22, 2016
1 parent 2074528 commit 2155bb5
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 3,274 deletions.
23 changes: 2 additions & 21 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -46,39 +46,20 @@ module.exports = (grunt) ->
options:
env:
severity_rsmqworker: "warning"


docker:
serverdocs:
expand: true
src: ["_src/**/*.coffee", "README.md"]
dest: "_docs/"
options:
onlyUpdated: false
colourScheme: "autumn"
ignoreHidden: false
sidebarState: true
exclude: false
lineNums: true
js: []
css: []
extras: []



# Load npm modules
grunt.loadNpmTasks "grunt-contrib-watch"
grunt.loadNpmTasks "grunt-contrib-coffee"
grunt.loadNpmTasks "grunt-contrib-clean"
grunt.loadNpmTasks "grunt-mocha-cli"
grunt.loadNpmTasks "grunt-include-replace"
grunt.loadNpmTasks "grunt-docker"

# just a hack until this issue has been fixed: https://github.com/yeoman/grunt-regarde/issues/3
grunt.option('force', not grunt.option('force'))

# ALIAS TASKS
grunt.registerTask "default", "build"
grunt.registerTask "docs", "docker"
grunt.registerTask "clear", [ "clean:base" ]
grunt.registerTask "test", [ "build", "mochacli:main" ]

Expand All @@ -89,5 +70,5 @@ module.exports = (grunt) ->

# build the project
grunt.registerTask "build", [ "clear", "coffee:base", "includereplace" ]
grunt.registerTask "build-dev", [ "clear", "coffee:base", "docs", "test" ]
grunt.registerTask "build-dev", [ "clear", "coffee:base", "test" ]

629 changes: 0 additions & 629 deletions _docs/README.md.html

This file was deleted.

56 changes: 0 additions & 56 deletions _docs/_src/example/example.coffee.html

This file was deleted.

55 changes: 0 additions & 55 deletions _docs/_src/example/sender.coffee.html

This file was deleted.

50 changes: 0 additions & 50 deletions _docs/_src/index.coffee.html

This file was deleted.

Loading

0 comments on commit 2155bb5

Please sign in to comment.