Created
April 27, 2017 08:47
-
-
Save carlwoodhouse/cf0ab081ba3fa5293a79503978098866 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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