marcolago / flowtime.js

Flowtime.js HTML5/CSS3/JS Websites and Presentation Framework
https://marcolago.github.io/flowtime.js/
MIT License
1.34k stars 237 forks source link

flowtime.min.js breaks navigation #53

Closed eheikes closed 8 years ago

eheikes commented 8 years ago

I assumed that the flowtime.min.js file was simply a minified combination of brav1toolbox.js and flowtime.js. However, if I try to use it, the up/down navigation between sections does not work. (That is the only difference I can see between the two uses; everything else seems to work.)

The docs don't mention flowtime.min.js, and the demos use the 2 separate JS files, so I'm not sure if I'm doing something wrong or if something is broken.

marcolago commented 8 years ago

Hi @eheikes.

You are right, the minified version breaks the navigation because I’ve forgot to rebuild the file after the last commit. I’ve committed the fixed script right now.

As you supposed flowtime.min.js is just a minified and concatenated version of brav1toolbox.js and flowtime.js and nothing more.

Thanks for pointing out the issue and let me know if you experience further problems.