Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambdabaa/bidsy
https://github.com/lambdabaa/bidsy
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lambdabaa/bidsy
- Owner: lambdabaa
- Created: 2012-09-19T20:51:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-26T22:38:25.000Z (over 12 years ago)
- Last Synced: 2024-11-09T11:44:56.704Z (3 months ago)
- Language: JavaScript
- Size: 9.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bidsy
Bidsy is the client-side Javascript application. It's built using Google Closure
and the Plovr build tool.## Building
Build the production javascript by running:
`java -jar plovr-4b3caf2b7d84.jar build config.json > bidsy.js`
Make sure that you lint your code with `gjslint` before checking in!
## Random and Useful
`gjslint --strict bidsy/* bidsy/ui/* externs/* | grep --invert-match "0001\|0006\|0120"`