Skip to content

Commit

Permalink
Fixed dotimeout file path
Browse files Browse the repository at this point in the history
fixed file path to match what is now in the repo

From...
js/jquery-dotimeout/jquery.ba-dotimeout.js
...to...
js/jquery.ba-dotimeout.min.js

This caused the error...
cat: js/jquery.ba-dotimeout.js: No such file or directory
Makefile:14: recipe for target 'mediawiki' failed
  • Loading branch information
AndyGaskell authored Oct 1, 2018
1 parent 4ef5a0f commit fc0c473
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 fc0c473

Please sign in to comment.