Skip to content

Commit 9eff934

Browse files
committed
refactor: materialbox removed jquery and fixed max-width issue
1 parent b48509d commit 9eff934

File tree

3 files changed

+126
-181
lines changed

3 files changed

+126
-181
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ module.exports = function(grunt) {
369369
},
370370

371371
js: {
372-
files: ['js/**/*', '!js/init.js'],
372+
files: ['src/**/*', '!js/init.js'],
373373
tasks: ['js_compile'],
374374
options: {
375375
interrupt: false,

docs/js/materialize.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)