Skip to content

chore: Move scripts to bin/ directory

Paul Gascou-Vaillancourt requested to merge 419-group-scripts into master

In order to cleanup the project's root directory, scripts have been moved to a new bin/ directory.

This affects the following:

  • /build-docker.sh has been moved to /bin/build-docker.sh
  • /generate_utilities.js has been moved to /bin/generate_utilities.js
  • /scss_to_js/export_scss.js has been moved to /bin/export_scss.js

Closes #419 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports