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
RCSS is an experiment (one that seems to work fine on a small scale at least). There are already plenty of other asset bundling/loading solutions that use static analysis. Currently I have no plan in introducing some here, partially because I want less overlap and partially because it gets harder to maintain and is one extra compilation step.
I'll see how far I can piggy ride on whatever existing require solution (browserify, webpack). Maybe I'll consider static analysis in the future.
The text was updated successfully, but these errors were encountered:
Throwing this out here for discussion.
RCSS is an experiment (one that seems to work fine on a small scale at least). There are already plenty of other asset bundling/loading solutions that use static analysis. Currently I have no plan in introducing some here, partially because I want less overlap and partially because it gets harder to maintain and is one extra compilation step.
I'll see how far I can piggy ride on whatever existing
require
solution (browserify, webpack). Maybe I'll consider static analysis in the future.The text was updated successfully, but these errors were encountered: