mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
it will be too difficult to maintain a single dist branch, let's leave this in the main repo but look into ignoring the dist, generally, and allowing it for the build process
This commit is contained in:
parent
8e16914988
commit
ec8a289935
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,7 +1,4 @@
|
|||
|
||||
# dist will be on it's own branch from now on
|
||||
dist
|
||||
|
||||
# Ignore docs dist files
|
||||
docs/dist/**/*
|
||||
docs/assets/css/*
|
||||
|
|
|
@ -482,6 +482,7 @@ module.exports = function (grunt) {
|
|||
dist: {
|
||||
options: {
|
||||
dir: 'dist',
|
||||
branch: 'v4-dev', // FIXME: this needs to be master branch eventually!
|
||||
message: 'dist from commit %sourceCommit% on branch %sourceBranch%'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user