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
Add another build type, like mod. It may require neuron-builder to accept the changed file as an argument. So that it can reject unnecessary build. If users only modify a file in mod/, entries that do not depend on it will not be re-built. only rebuild those affected entries #518
Create symbolic links instead of copying. It will only be activated when a special option has been provided, like cortex build/watch --symlink. So that step copy_directories costs less time. Moreover, if css files are in the same folder, we can also create a symbolic link. add another build/watch option --symlink #520
The first 3 ones have been done and the corresponding MR has been created. But the last 2 are just my prototype ideas. Any suggestions?
Finally, my evil hands stretch to
cortex. :DI want to do following optimizations:
directoriesdefined incortex.json. optimize copy csses #515cwdto the changed file. fix tips about which file is changed #513mod. It may requireneuron-builderto accept the changed file as an argument. So that it can reject unnecessary build. If users only modify a file inmod/, entries that do not depend on it will not be re-built. only rebuild those affected entries #518cortex build/watch --symlink. So that stepcopy_directoriescosts less time. Moreover, if css files are in the same folder, we can also create a symbolic link. add another build/watch option--symlink#520The first 3 ones have been done and the corresponding MR has been created. But the last 2 are just my prototype ideas. Any suggestions?