Created
February 7, 2016 13:11
-
-
Save panstav/eaf8729cb447c9d53a38 to your computer and use it in GitHub Desktop.
few more changes to backfeed-website
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.DS_Store | |
.idea | |
lib/ | |
public/lib/ | |
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
link(rel='stylesheet', href='/lib/jquery.fullPage.css') | |
link(rel='stylesheet', href='/assets/css/main.css') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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