Skip to content

Instantly share code, notes, and snippets.

@panstav
Created February 7, 2016 13:11
Show Gist options
  • Save panstav/eaf8729cb447c9d53a38 to your computer and use it in GitHub Desktop.
Save panstav/eaf8729cb447c9d53a38 to your computer and use it in GitHub Desktop.
few more changes to backfeed-website
.DS_Store
.idea
lib/
public/lib/
node_modules/
link(rel='stylesheet', href='/lib/jquery.fullPage.css')
link(rel='stylesheet', href='/assets/css/main.css')
"scripts": {
"precompile": "rm -rf ../../.idea && mv ../.idea/ ../..",
"compile": "harp compile . ..",
"postcompile": "cp README.md CNAME .. && mv ../../.idea ..",
"server": "gulp bower-extract && harp server"
},
"homepage": "https://github.com/Backfeed/Backfeed-Website#readme",
"dependencies": {
"gulp": "3.9.0",
"main-bower-files": "2.11.1"
}
script(src='/lib/jquery.min.js')
script(src='/lib/jquery.fullPage.min.js')
script(src='/lib/mediaCheck.js')
script(src='/assets/js/main.js')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment