-
Notifications
You must be signed in to change notification settings - Fork 680
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revamping the base to use grunt so the project is a little easier to …
…maintain. See CONTRIBUTING.md for updated instructions. 1. Switched to using Grunt to build source code. JS files in `./dist` are now generated from `./src` folder. 2. Moved source files to `./src` folder 3. Renamed `./samples` to `./examples` 4. Renamed `./jqvmap` to `./dist` 5. Removed `./website` folder as it is not really needed in this project 6. Updated `README.md` & `CONTRIBUTING.md` files
- Loading branch information
1 parent
ef7f9c6
commit a510313
Showing
146 changed files
with
2,481 additions
and
6,773 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,7 @@ | |
syntax: glob | ||
|
||
!.gitignore | ||
.DS_Store | ||
Thumbs.db | ||
.idea | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.