https://github.com/meedamian/sherlock
https://github.com/meedamian/sherlock
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/meedamian/sherlock
- Owner: meeDamian
- Created: 2015-07-02T10:32:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-04T14:50:58.000Z (almost 10 years ago)
- Last Synced: 2025-01-17T14:21:59.443Z (3 months ago)
- Language: CSS
- Size: 785 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Developing
### Start background rebuilding
1. `cd` to project root
2. run `gulp debug`### Add to Chrome:
1. Go to [chrome://flags](chrome://flags)
2. `⌘ + f` -> `Experimental Extension APIs` -> [✓] enable
3. Restart Chrome
4. Install [this](https://chrome.google.com/webstore/detail/chrome-apps-extensions-de/ohmmkhmmmpcnpikjeljgnaoabkaalbgc) _(or not if you like it hard)_
5. Run installed app _(or go to Chrome -> Settings -> Extensions)_
6. `Load unpacked...`
7. Select `dist/` folder from project root
8. Launch
9. ??????
10. **PROFIT**## Notes:
* Keep your dirty hands off `dist/`
* Dump `.html` / `.jade` to `app/html/`
* Dump `.js` / `.coffee` scripts to `app/scripts/`
* Dump `.js` libs to `app/scripts/libs/`
* Dump `.css` / `.styl` anywhere within `app/`