Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Fix for few grunt build blocking bugs #416

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Fix for few grunt build blocking bugs #416

wants to merge 5 commits into from

Conversation

halilemreozen
Copy link

Some of these problems already have solutions in issues page but it's a sad experience to saw a broken build process for a promising project like this.
I hope it helps for newbies on this project like me.

"socket.io-client" is a dependency package instead of a subdirectory, we will change the dist file path from "node_modules/socket.io/node_modules/socket.io-client/socket.io.js" to "node_modules/socket.io-client/dist/socket.io.js"
Add version to package.json file to fix grunt HandleBar problem (issue #414)
To fix Invalid US-ASCII character "\xE2" in SASS, we will add charset to the top of the file
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant