-
Notifications
You must be signed in to change notification settings - Fork 214
exclude js and eslint processing in src/static
folder
#4
Comments
In order to do this, we would need to standardize what the default static directory is, e.g. |
From @gasolin on January 6, 2017 2:3 I saw some configuration use |
A good directory name could also be "vendor". |
Putting these directories outside |
@mozilla-neutrino/core-contributors I'd like to settle on an agreed-upon directory name as the default directory for static/non-compiled assets. Most likely this would still live within the |
As you described it as "static/non-compiled assets", I would move forward with static. Semantically it makes sense. It was also the name I gravitated towards. Specifically, I'm not a huge fan of vendor. I believe it is unnecessarily specific. There could be multiple reasons a file is needed to be static. I also like the idea of keeping of it in the source directory but don't have a concrete argument... just intuition. |
It is also important to work like |
Resolved in #235. |
From @gasolin on December 27, 2016 9:37
It's always happen when dev need to put some vendor libraries in code base.
Copied from original issue: mozilla-neutrino/neutrino-preset-web#7
The text was updated successfully, but these errors were encountered: