You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your bower.json file path is "main": [ "./build/js/baguetteBox.js", "./build/css/baguetteBox.css" ],
but now path is "main": [ "./dist/baguetteBox.js", "./dist/baguetteBox.css" ],
The text was updated successfully, but these errors were encountered:
In your bower.json file path is
"main": [ "./build/js/baguetteBox.js", "./build/css/baguetteBox.css" ],
but now path is
"main": [ "./dist/baguetteBox.js", "./dist/baguetteBox.css" ],
The text was updated successfully, but these errors were encountered: