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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/grunt
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2016-07-25 18:36:10 +0300
committerChris Rebert <code@chrisrebert.com>2016-07-25 18:36:11 +0300
commita90341ced2160c2a519a723100e9383a180501d9 (patch)
treedad89357742f494a8e240740ce5ff2bdd252d1da /grunt
parent904f306c52a4f1f9ea2a20d73d5d4e19f90ba4ad (diff)
Fix grunt/change-version.js to update .less files too
[ci skip]
Diffstat (limited to 'grunt')
-rwxr-xr-xgrunt/change-version.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/grunt/change-version.js b/grunt/change-version.js
index 5e1681d3f9..08b74f2e29 100755
--- a/grunt/change-version.js
+++ b/grunt/change-version.js
@@ -95,6 +95,7 @@ function main(args) {
'.html',
'.js',
'.json',
+ '.less',
'.md',
'.scss',
'.txt',