git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit a633146d877910913f0946c463ccc34f4fe843cc

node_modules/app -> ./app symlink

for better local requires: https://gist.github.com/branneman/8048520#1-the-symlink

implemented as 'postinstall' npm script using cross-platform symlink module
Michael Williams committed on 11/28/2015, 5:37:44 AM
Parent: 74d58f22132b893e58dfdd0e60e1698878d99c1f

Files changed

package.jsonchanged
package.jsonView
@@ -3,8 +3,9 @@
33 "version": "0.0.0",
44 "description": "production-quality TodoMVC example",
55 "main": "index.js",
66 "scripts": {
7+ "postinstall": "lnfs app node_modules/app",
78 "lint": "snazzy",
89 "format": "snazzy --format",
910 "test": "(npm run spec & npm run feature)",
1011 "spec": "node spec",

Built with git-ssb-web