Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-09updater/js.rb: Update paths for v5Gleb Mazovetskiy
2020-05-18Use URI.open instead of deprecated openTejas Bubane
Got multiple errors while running rake update on ruby 2.7.1 ``` /opensource/bootstrap-rubygem/tasks/updater/network.rb:28: warning: calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open ``` ``` /opensource/bootstrap-rubygem/tasks/updater/network.rb:65: warning: calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open ```
2019-02-13Updater: Exclude tools/sanitizer.js from bootstrap_js_filesGleb Mazovetskiy
2017-12-29update: stabilize requires orderGleb Mazovetskiy
2017-10-23Remove sourceMappingURL - Refs #124Gleb Mazovetskiy
2017-10-13Drop Compass support, bump minimum Sass versionGleb Mazovetskiy
Compass is no longer maintained and hasn't seen a release for 3 years. The compass gem locks Sass to version < 3.5. However, we now need Sass v3.5+ due to https://github.com/sass/sass/issues/2383 This commit removes compass support and bumps minimum Ruby Sass version to v3.5.2.
2017-09-03Update the JS updater script for the latest v4-devGleb Mazovetskiy
There is no longer a list of JS files in the correct order in package.js, so we scan and topologically sort `import`s instead.
2017-08-16Revert "Variables template: import functions and variables"Gleb Mazovetskiy
This reverts commit 7f6a060d6ca870eb6ef5c777d816d97646c0507a.
2017-08-15Variables template: import functions and variablesGleb Mazovetskiy
There are lots of questions on the issue tracker and StackOverflow about why overriding a variable fails. In most of the cases, this happens when the overriden variable value uses the value of another variable or a function. Importing variables and functions by default fixes most of these issues.
2017-05-30Variables template: comment out mixins/functionsGleb Mazovetskiy
Fixes #70
2017-05-30Remove sourceMappingUrlsGleb Mazovetskiy
This gem does not ship with source maps. Fixes #87
2017-05-29Update the updater taskGleb Mazovetskiy
Fixes #82
2017-01-06remove bootstrap-flex update handling since it's goneBlake Gentry
2016-09-10Update variables template generator for alpha4Gleb Mazovetskiy
2016-05-17updater: fix deprecated use of Thread.exclusiveGleb Mazovetskiy
2015-11-03Removes source map comments from JS files #12Gleb Mazovetskiy
2015-09-02Read JS concat order directly from GruntfileGleb Mazovetskiy
2015-08-27Compass template .sass -> .scssGleb Mazovetskiy
2015-08-27Fix comments in templates/project/_bootstrap-variables.sassGleb Mazovetskiy
2015-08-26Rename js_conversion.rb and scss_conversion.rbGleb Mazovetskiy
2015-08-26Refactor scss_conversion and explain what it doesGleb Mazovetskiy
2015-08-26Fix updater caching, use upstream version for variablesGleb Mazovetskiy
2015-08-20Renamed converter to updater since its an updater and does not convert anymoreJan Stevens
2015-08-20Removed unused rake tasksJan Stevens