Skip to content

chore: Generate scss_variables.js files if variables.scss file changes

Enrique Alcántara requested to merge 422-always-generate-scss-variables into master

The outdated scss_variables.js file is a common problem among developers running gitlab_ui. Since generating this file is very cheap, I think we can remove the condition that avoids this operation if the file already exists.

Closes #422 (closed)

Edited by Enrique Alcántara

Merge request reports