This repository was archived by the owner on Sep 17, 2022. It is now read-only.
This repository was archived by the owner on Sep 17, 2022. It is now read-only.
/* … */ comments in globals/colors.less causes npm start to hang #9
Colors or variable loader should safely ignore comments like
/* … */and include in generated file comments like/*! … */. I attempted to include a comment with these, and the start script hangs. Would be great to have it stop executing as well; need to runkillall -9 nodeto actually get the process to stop executing.