Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kravse/backbone-photoblog
A rework of my photoblog, this time created with backbone.
https://github.com/kravse/backbone-photoblog
Last synced: 14 days ago
JSON representation
A rework of my photoblog, this time created with backbone.
- Host: GitHub
- URL: https://github.com/kravse/backbone-photoblog
- Owner: kravse
- Created: 2014-11-05T20:47:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-09T17:43:15.000Z (almost 10 years ago)
- Last Synced: 2024-12-23T19:52:15.703Z (21 days ago)
- Language: HTML
- Size: 66.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a rebuild of https://github.com/kravse/jaredkrau.se using backbone, underscore, jade, coffeescript and stylus.
Instructions:
1) In the project root, run 'npm install'
2) In the project root, run 'bower install'
3) Run gulp to compile all static assets from 'src' into their build destinations.
4) Optional: Run gulp watch to poll for changes.
Currently the setup minifies and uglifies the css and js. If you want more readable source code do the following:
In gulpfile.coffee:
CSS:
Remove all instances of .pipe(minify({keepBreaks:false}))JS:
Remove all instances of .pipe(uglify())JADE:
Change .pipe(plugins.jade({ pretty: false })) to .pipe(plugins.jade({ pretty: true }))In order to use the Live Reload functionanlity, download the livereload plugin for your browser at: https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei?hl=en