ckeditor/ckeditor4-docs

Add task to build necessary thing for multidocs

msamsel opened this issue · 1 comments

We should prepare grunt task, which will combine all necessary task before running umberto:
https://github.com/ckeditor/ckeditor-docs/blob/master/gruntfile.js#L70
We need to synchronise task list with bigbang-docs what might result with errors.

We should simplify linked task to have sth like:

  • grunt.registerTask( 'before-build', [ 'api', 'fix-scayt-docs', 'prepare-examples', 'build-react' ] );

and then have

  • grunt.registerTask( 'docs', [ 'before-build', 'umberto' ] );
  • grunt.registerTask( 'docs-serve', [ 'docs', 'connect' ] );