Skip to content

Commit

Permalink
Fix tests and release task
Browse files Browse the repository at this point in the history
  • Loading branch information
zzarcon committed Dec 23, 2014
1 parent 1fdba47 commit ad33b6d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9,197 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -33,7 +33,7 @@ module.exports = function(grunt) {
uglify: {
build: {
src: ['app/focus-element-overlay.js'],
dest: 'focus-element-overlay.min.js'
dest: 'app/focus-element-overlay.min.js'
}
},

Expand Down
2 changes: 1 addition & 1 deletion app/focus-element-overlay.min.js

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

2 changes: 1 addition & 1 deletion sample_app/index.html
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Focus element overlay sample app</title>
<script src="jquery-2.1.1.js"></script>
<script src="https://code.jquery.com/jquery-2.1.3.js"></script>
<script src="../app/focus-element-overlay.js"></script>
<script src="demo.js"></script>
<style>
Expand Down

0 comments on commit ad33b6d

Please sign in to comment.