Closed montlebalm closed 10 years ago
Actually per my changes in b010bc98bb7d2ea8bf14d68f10210de486a19e4d and this comment I was able to shortcut upgrading the full docs src LESS files. That shortcut, in this case, is a good thing because we have a full F2 website redesign in progress.
Thanks @zackferraro for that feedback. Currently the AppManifest.scripts
must be an array of strings (URLs) but I like the idea of breaking down the mechanism applied to different manifests.
@markhealey and I discussed the issue of inline scripts and decided it would be best to separate them from the script files. The new branch contains an additional override called "loadInlineScripts". This should achieve two things:
This should fix the issue #154.
I apologize for the numerous whitespace changes. I didn't realize they were made until I created this PR. The relevant changes take place in
container.js
between lines 219-457.