Skip to content

Commit

Permalink
Move helper functions from core to src/lib/util.js
Browse files Browse the repository at this point in the history
This facilitates them being used from plugins as well as core impress.js.

(cherry picked from commit f3d193d)
  • Loading branch information
henrikingo committed Oct 11, 2017
1 parent e805833 commit 467a9bc
Show file tree
Hide file tree
Showing 6 changed files with 314 additions and 240 deletions.
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ buildify()
.load('src/impress.js')
// Libraries from src/lib
.concat(['src/lib/gc.js'])
.concat(['src/lib/util.js'])
// Plugins from src/plugins
.concat(['src/plugins/autoplay/autoplay.js',
'src/plugins/blackout/blackout.js',
Expand Down
Loading

0 comments on commit 467a9bc

Please sign in to comment.