-
Notifications
You must be signed in to change notification settings - Fork 6
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
reducing the duplication of resources #5
Comments
Makes sense. Sounds like it's just a case of changing requirejs' baseUrl to be one level higher. You could also use a build, either custom made or from https://github.com/ibm-js/deliteful-build. |
@clmath is looking into this for the deliteful tutorial. I suspect same solution should be applied to both. |
The problem with moving the And after testing it appears that unless if you checkout gh-pages those data won't be downloaded so it is not causing a perf issue to the user of the tutorial. |
I'm wondering if there's a way to reduce the massive amount of duplicated files in the runnable folder of the
gh-pages
branch?I mean, each 'part' of the runnable code has a
bower_components
dir and these should be exactly the same for each 'part' as long as the same versions were used for the tutorial (which I'd expect to be the case).Couldn't there be a shared parent folder for
bower_components
that the runnable code shares?I'm sure there's a reason they need to be duplicated but I don't see the reason why at the moment
The text was updated successfully, but these errors were encountered: