Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save carlwoodhouse/cf0ab081ba3fa5293a79503978098866 to your computer and use it in GitHub Desktop.
Save carlwoodhouse/cf0ab081ba3fa5293a79503978098866 to your computer and use it in GitHub Desktop.
var requireSettings = new RequireSettings {
Type = "script",
Name = "name.of.a.script.in.a.manifest.file
};
if (_resourceManager.FindResource(requireSettings) != null) {
_resourceManager.Require("script", requireSettings.Name).AtFoot();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment