mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 01:57:06 +03:00
v4-dist seems like a more obvious branch choice - simply /dist in the urls is pretty confusing.
This commit is contained in:
parent
f674497a49
commit
bb385c8b5a
|
@ -482,7 +482,7 @@ module.exports = function (grunt) {
|
||||||
dist: {
|
dist: {
|
||||||
options: {
|
options: {
|
||||||
dir: 'dist',
|
dir: 'dist',
|
||||||
branch: 'dist',
|
branch: 'v4-dist',
|
||||||
message: 'dist from commit %sourceCommit% on branch %sourceBranch%'
|
message: 'dist from commit %sourceCommit% on branch %sourceBranch%'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user