mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-22 22:23:29 +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) {
|
if (process.env.CI) {
|
||||||
writeFileSync('build/index.html', outputIndex);
|
writeFileSync('build/index.html', outputIndex);
|
||||||
copyRecursiveSync('assets', 'build/assets');
|
copyRecursiveSync('assets', 'build/assets');
|
||||||
copyRecursiveSync('lib', 'build/lib');
|
|
||||||
} else {
|
} else {
|
||||||
writeFileSync('index.html', outputIndex);
|
writeFileSync('index.html', outputIndex);
|
||||||
}
|
}
|
||||||
|
|
6
lib/jquery-ui-1.9.0.custom.min.js
vendored
6
lib/jquery-ui-1.9.0.custom.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue