mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-02 12:54:13 +03:00
Sooo, we learned that buildcontrol wipes your branch out, so let's go ahead and keep dist separate.
This commit is contained in:
parent
ac37625123
commit
f2e0f7cc73
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,7 @@
|
||||||
|
|
||||||
|
# Ignore dist as buildcontrol will place it on it's own branch
|
||||||
|
dist
|
||||||
|
|
||||||
# Ignore docs dist files
|
# Ignore docs dist files
|
||||||
docs/dist/**/*
|
docs/dist/**/*
|
||||||
docs/assets/css/*
|
docs/assets/css/*
|
||||||
|
|
|
@ -482,7 +482,7 @@ module.exports = function (grunt) {
|
||||||
dist: {
|
dist: {
|
||||||
options: {
|
options: {
|
||||||
dir: 'dist',
|
dir: 'dist',
|
||||||
branch: 'v4-dev', // FIXME: this needs to be master branch eventually!
|
branch: '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