zurb / joyride

jQuery feature tour plugin.
http://www.zurb.com/playground/jquery-joyride-feature-tour-plugin
1.42k stars 241 forks source link

[v3] npm commands #207

Closed gakimball closed 8 years ago

gakimball commented 8 years ago

Whatever structure we come up with here will be used as a standard for any future standalone Foundation plugins, so let's figure out what the commands are. My suggestions:

Owlbertz commented 8 years ago

Currently the build process with running gulp will result in new files in the dist folder. Would you like to have these in the build folder during normal building, and only get moved into dist when running npm run dist?

gakimball commented 8 years ago

That would be better. The convention we use in the other repos is _build for the temporary build folder.

dist is just JS and CSS assets, in compressed and uncompressed flavors. And for this codebase, standalone and dependent versions.

Owlbertz commented 8 years ago

Ok, I will adjust the build tasks accors indingly so they will not directly create the files in the dist folder, but within the build folder. Files in the dist folder will then only be created when the corresponding gulp dist or npm run dist are used.

Owlbertz commented 8 years ago

Done in https://github.com/zurb/joyride/commit/04124b055bc269eb265bb0817af0c144c3fea367.