-
-
Notifications
You must be signed in to change notification settings - Fork 486
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
Custom boostraprc location #114
Conversation
* Fixes handling of default configuration when there's neither a custom bootstraprc location nor a user supplied .bootstraprc. * More logging * Configured the css modules example to use either a fixed file or a specified location. * Made the shorter script names be the ones that use file location as that is better for testing the examples, as changes to the .bootstraprc file get overwritten.
@pherris @vpanjganj Please make comments in reviewable. I'd like to get this one closed up ASAP. Please test the scripts per my suggestions in the CONTRIBUTING.md file. |
I've published 1.1.0-beta.1. I'm awaiting review comments and somebody to verify that the new build works. |
I'll try beta on fng and, if it works w/o issues, let's merge. Reviewed 6 of 13 files at r1, 13 of 13 files at r2, 1 of 1 files at r3. examples/basic/package.json, line 57 [r3] (raw file):
Comments from Reviewable |
Review status: all files reviewed at latest revision, 1 unresolved discussion. examples/basic/package.json, line 57 [r3] (raw file):
|
Review status: 18 of 20 files reviewed at latest revision, 1 unresolved discussion. examples/basic/package.json, line 57 [r3] (raw file):
|
OK! Review status: 18 of 20 files reviewed at latest revision, 1 unresolved discussion. Comments from Reviewable |
Reviewed 2 of 2 files at r4. Comments from Reviewable |
* make the .bootstraprc location customizable * Fixes handling of default configuration when there's neither a custom bootstraprc location nor a user supplied .bootstraprc. * More logging * Configured the css modules example to use either a fixed file or a specified location. * Made the shorter script names be the ones that use file location as that is better for testing the examples, as changes to the .bootstraprc file get overwritten.
* make the .bootstraprc location customizable * Fixes handling of default configuration when there's neither a custom bootstraprc location nor a user supplied .bootstraprc. * More logging * Configured the css modules example to use either a fixed file or a specified location. * Made the shorter script names be the ones that use file location as that is better for testing the examples, as changes to the .bootstraprc file get overwritten.
* make the .bootstraprc location customizable * Fixes handling of default configuration when there's neither a custom bootstraprc location nor a user supplied .bootstraprc. * More logging * Configured the css modules example to use either a fixed file or a specified location. * Made the shorter script names be the ones that use file location as that is better for testing the examples, as changes to the .bootstraprc file get overwritten.
Option to run multiple variations of the .bootstraprc file against the same project. This fork lets developers pass in the location of their .bootstraprc file and cleans up some of the inter-dependencies between bootstrap.loader.js and bootstrap.config.js around creation of the config object.
Addresses #75.
This change is