-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move all "built" scripts into a build folder #1834
Comments
This was already discussed in #1352, but I second that! Shall we do this now then (with grunt)? |
Yeah, why not. If and when webpack happens, it would mean less work to modify templates, etc. |
@Regaddi is this something you'd be interested in? :) |
|
+1 |
Issue #1834 - Move all generated JS files to js/dist
Isn’t this done and can be closed? 🤔 |
Looks like it! |
Basically everything that's not in
js/lib
orjs/vendor
should go into ajs/build
directory, and be git ignore'd. We should never edit those files, and it would be easier to hide them from editor search results as well.The text was updated successfully, but these errors were encountered: