@@ -74,8 +74,6 @@ module.exports = (grunt) ->
7474 shell :
7575 commitBuild :
7676 command : " git add -A && git commit -am 'commit dist files for #{ pkg .version } '"
77- docs :
78- command : ' grunt --gruntfile site/Gruntfile.coffee'
7977
8078 # Watches files for changes and runs tasks based on the changed files
8179 watch :
@@ -499,10 +497,6 @@ module.exports = (grunt) ->
499497 cwd : " <%= yeoman.dist %>"
500498 src : " **"
501499
502- litcoffee :
503- files :
504- ' site/app/docs/_documentation/Annotated-Source.md' : ' .tmp/scripts/alchemysrc.coffee.md'
505-
506500 concurrent :
507501 # Run some tasks in parallel to speed up build process
508502 server : [" compass:server" , " coffee:dev" , " copy:styles" ]
@@ -560,7 +554,7 @@ module.exports = (grunt) ->
560554 pullRequest = grunt .option (' pr' )
561555 travis = grunt .option (' travis' )
562556 grunt .registerTask " default" ,
563- # release alchemy and build docs
557+ # release alchemy
564558 if releaseFlag
565559 [" test:dist" ,
566560 " build" ,
@@ -572,7 +566,6 @@ module.exports = (grunt) ->
572566 " concat:s3" , # squash vendor and alchemy files for cdn
573567 " concat:s3Version" , # apply version numbers for cdn
574568 " s3:production" # publish files to s3 for cdn
575- " shell:docs" , # publish docs
576569 ]
577570 # Travis-ci on a commit to the main repo branches
578571 else if travis
0 commit comments