mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
Update for the offline video
This commit is contained in:
parent
45c06718b9
commit
796ed1df2f
528 changed files with 63819 additions and 306 deletions
14
node_modules/jquery-ui/build/release.js
generated
vendored
14
node_modules/jquery-ui/build/release.js
generated
vendored
|
@ -131,6 +131,20 @@ Release.define( {
|
|||
shell.mkdir( "-p", "dist/cdn" );
|
||||
shell.cp( tmpFolder + "/jquery-ui*.js", "dist/cdn" );
|
||||
shell.cp( "-r", tmpFolder + "/themes", "dist/cdn" );
|
||||
|
||||
// Copy all the files to be published on the CDN to the dist directory
|
||||
// as well.
|
||||
shell.cp( "dist/cdn/jquery-ui.js", "dist" );
|
||||
shell.cp( "dist/cdn/jquery-ui.min.js", "dist" );
|
||||
shell.cp( "-r", "dist/cdn/themes", "dist" );
|
||||
|
||||
Release.exec( "git add --force dist/jquery-ui.js",
|
||||
"Error adding dist/jquery-ui.js." );
|
||||
Release.exec( "git add --force dist/jquery-ui.min.js",
|
||||
"Error adding dist/jquery-ui.min.js." );
|
||||
Release.exec( "git add --force dist/themes",
|
||||
"Error adding dist/themes." );
|
||||
|
||||
fn( files );
|
||||
} );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue