Skip to content

Commit

Permalink
Merge pull request #92 from AndyGaskell/patch-3
Browse files Browse the repository at this point in the history
Fixed dotimeout file path
  • Loading branch information
borkweb authored Oct 5, 2018
2 parents 4ef5a0f + fc0c473 commit 6b9c86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WATCHR ?= `which watchr`
#

mediawiki: bootstrap
cat bootstrap/js/bootstrap.js js/jquery-dotimeout/jquery.ba-dotimeout.js js/behavior.js > js/site.js
cat bootstrap/js/bootstrap.js js/jquery.ba-dotimeout.min.js js/behavior.js > js/site.js
uglifyjs -nc js/site.js > js/site.min.js

bootstrap:
Expand Down

0 comments on commit 6b9c86f

Please sign in to comment.