mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-02 17:15:24 +02:00
merge jquery-ui to bundle
This commit is contained in:
parent
fbe3312398
commit
b02a4b1bf7
2 changed files with 1 additions and 2 deletions
|
@ -80,7 +80,7 @@ var buildIndex = function(done) {
|
|||
|
||||
var getBundle = function() {
|
||||
return browserify({
|
||||
entries: [...glob.sync('src/**/*.js'), ...glob.sync('src/**/*.jsx')],
|
||||
entries: [...glob.sync('src/**/*.js'), ...glob.sync('src/**/*.jsx'), 'lib/jquery-ui-1.9.0.custom.min.js'],
|
||||
debug: true,
|
||||
})
|
||||
.transform(babelify, { presets: ['@babel/preset-react'] })
|
||||
|
|
|
@ -360,7 +360,6 @@
|
|||
https://github.com/pcottle/learnGitBranching
|
||||
-->
|
||||
<script defer src="build/{{jsFile}}"></script>
|
||||
<script defer src="lib/jquery-ui-1.9.0.custom.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- lol noscript. I did not write 9k+ lines of JS just for you to bounce off my website -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue