mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-24 15:08:37 +02:00
chore: remove lib/jquery-ui
This commit is contained in:
parent
4faa16bcca
commit
bcce8b1a0d
2 changed files with 0 additions and 7 deletions
|
@ -113,7 +113,6 @@ var buildIndex = function(done) {
|
|||
if (process.env.CI) {
|
||||
writeFileSync('build/index.html', outputIndex);
|
||||
copyRecursiveSync('assets', 'build/assets');
|
||||
copyRecursiveSync('lib', 'build/lib');
|
||||
} else {
|
||||
writeFileSync('index.html', outputIndex);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue