You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ask where to make the theme (would be handy with path autocompletetion, but I think this supplement will be only for Yeoman if it supports it) (defaults to CWD).
Ask to choose a template engine (defaults to something opinionated, but I'm not opinionated enough in JS template engines, mostly since I meet all these bugs bith my beloved Swig).
Ask whether to use sassdoc-indexer and sassdoc-filter (defaults to both).
Ask to use Grunt, Gulp (others?) or nothing.
Ask for tasks to create (SCSS compilation, CSS, JS and images minification).
Create assets/{css,img,js} and views folders.
Example CSS and JS files.
Example template according to the choosen template engine.
Create a package.json with Themeleon and template engine mixin dependencies, sassdoc-indexer and sassdoc-filter if selected.
Create the index.js using filter and indexer like sassdoc-theme-light if selected, and rendering the index.* according to the choosen template engine. The index.* needs also to be different if there is the filter and the indexer... because the structure won't be the same.
Create the Grunt/Gulp/whatever file with configured tasks.
sassdoc-indexerandsassdoc-filter(defaults to both).assets/{css,img,js}andviewsfolders.package.jsonwith Themeleon and template engine mixin dependencies,sassdoc-indexerandsassdoc-filterif selected.index.jsusing filter and indexer likesassdoc-theme-lightif selected, and rendering theindex.*according to the choosen template engine. Theindex.*needs also to be different if there is the filter and the indexer... because the structure won't be the same.