Skip to content

Commit

Permalink
Webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanersu committed Feb 12, 2023
1 parent c6f441b commit 4a8dd59
Show file tree
Hide file tree
Showing 10 changed files with 1,380 additions and 278 deletions.
13 changes: 12 additions & 1 deletion .gitignore
@@ -1 +1,12 @@
node_modules
node_modules
npm-debug.log
.DS_Store
.idea

# Test
tests/reports
tests/results
.nyc_output
coverage
cypress/videos
cypress/screenshots
1 change: 1 addition & 0 deletions dist/selectit.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

270 changes: 0 additions & 270 deletions docs/bundle.js

This file was deleted.

6 changes: 3 additions & 3 deletions docs/index.html
Expand Up @@ -9,8 +9,8 @@
<title>Vanilla Javascript Side Select</title>
<link href='https://fonts.googleapis.com/css?family=Work+Sans:300,400,600&Inconsolata:400,700' rel='stylesheet'
type='text/css'>
<script type="module">
import SelectIt from './bundle.js'
<script src="selectit.js"></script>
<script >
document.addEventListener("DOMContentLoaded", function (e) {
var options = {
searchable: true,
Expand Down Expand Up @@ -447,4 +447,4 @@ <h3>Translation</h3>
</div>
</body>

</html>
</html>
1 change: 1 addition & 0 deletions docs/selectit.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a8dd59

Please sign in to comment.