Official documentation files for Riba
The doc files can be build to a Shopify theme, there are some npm scripts for that:
-
run
npm run watchto run all watchers -
run
npm run watch:sassto watch changes on sass files -
run
npm run watch:pugto watch changes on pug files -
run
npm run watch:tsto watch changes on typescript files -
run
npm run watch:themeto watch changes build theme files to auto deploy them to the docs theme
-
run
npm run buildto run all production build tasks -
run
npm run build:prod:sassto build and auto prefix sass files -
run
npm run build:prod:pugto build the template pug files -
run
npm run build:prod:tsto build the typescript files (javascript asset files)
-
run
npm run build:devto run all development build tasks -
run
npm run build:dev:sassto build and auto prefix sass files -
run
npm run build:dev:pugto build the template pug files -
run
npm run build:dev:tsto build the typescript files (javascript asset files)
-
run
npm run zipto create a zipped file of the theme that can be uploaded to Shopify -
run
npm run deployto deploy all theme files directly to Shopify -
run
npm run deploy:sassto build and deploy style files directly to Shopify -
run
npm run deploy:pugto build and deploy template files directly to Shopify -
run
npm run deploy:tsto deploy the built javascript files directly to Shopify
- run
npm run testto run the tests