Initial commit

Repository details (bespoke-advanced)
Project page
bespoke-advanced
Project log category
(14 entries)
Owner
@joelpurra
Contributors
Contributors on Github
Project status
⏲️ This project has had recent commits.
📁 This project has been archived.
🤷 This project is not particularly popular.
Repository activity period
🗓
Commits
14 commits
Stars
4 stars
Commit details (164e2106)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Initial commit

Raw text
Initial commit

Changed files (18)

Path Additions Deletions
.editorconfig +13 -0
.gitattributes +1 -0
.gitignore +2 -0
.jshintrc +21 -0
.travis.yml +4 -0
CONTRIBUTING.md +27 -0
Gruntfile.js +80 -0
LICENSE +21 -0
README.md +83 -0
bower.json +8 -0
demo/demo.js +11 -0
demo/index.html +96 -0
demo/style.css +79 -0
dist/bespoke-advanced.js +122 -0
dist/bespoke-advanced.min.js +2 -0
package.json +47 -0
spec/bespoke-advancedSpec.js +29 -0
src/bespoke-advanced.js +116 -0

Commit categories (3)