-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from AaronDavidNewman/ui-button-array
UI button array
- Loading branch information
Showing
104 changed files
with
18,723 additions
and
2,050 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
require('child_process').exec('node ./node_modules/webpack-cli/bin/cli.js', (error, stdout, stderr) => { | ||
console.log(`${stdout}`); | ||
console.log(new Date().toUTCString()); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,18 +3,18 @@ | |
<head> | ||
<meta charset="utf-8"> | ||
<title>Smoosic Editor</title> | ||
<link href="https://aarondavidnewman.github.io/Smoosic/build/styles/fonts.css" rel="stylesheet"> | ||
<link href="../styles/fonts.css" rel="stylesheet"> | ||
<link href="../styles/media.css" rel="stylesheet"> | ||
<link href="../styles/ribbon.css" rel="stylesheet"> | ||
<!-- link href="https://aarondavidnewman.github.io/Smoosic/build/styles/dialogs.css" rel="stylesheet" --> | ||
<link href="../styles/dialogs.css" rel="stylesheet"> | ||
<link href="../styles/menus.css" rel="stylesheet"> | ||
<link href="https://aarondavidnewman.github.io/Smoosic/build/styles/piano.css" rel="stylesheet"> | ||
<link href="https://aarondavidnewman.github.io/Smoosic/build/styles/tree.css" rel="stylesheet"> | ||
<!-- link href="https://aarondavidnewman.github.io/Smoosic/build/styles/bravura-font-codes.css" rel="stylesheet" --> | ||
<link href="../styles/bravura-font-codes.css" rel="stylesheet"> | ||
<link href="../styles/bootstrap.min.css" rel="stylesheet"> | ||
<!-- script type="text/javascript" src="https://aarondavidnewman.github.io/vexflow_smoosic/releases/vexflow-debug.js"></script --> | ||
<script type="text/javascript" src="../../node_modules/vexflow_smoosic/build/cjs/vexflow-debug-with-tests.js"></script> | ||
<!-- script type="text/javascript" src="../../node_modules/vexflow_smoosic/build/cjs/vexflow-debug-with-tests.js"></script --> | ||
<script type="text/javascript" src="../../../vexflow_smoosic/build/cjs/vexflow-debug-with-tests.js"></script> | ||
<!-- script src="https://unpkg.com/[email protected]/build/cjs/vexflow-debug.js"></script --> | ||
<!-- script type="text/javascript" src="..\..\node_modules\vxflw-early-access\build\cjs\vexflow-debug.js"></script --> | ||
<!---- script type="text/javascript" src="../../vxflw-early-access/build/cjs/vexflow-debug.js"></script --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.