Famous / famous-cli

Other
28 stars 20 forks source link

Seed Project download at "https://code.famo.us/cli/engine-seed-master.tar.gz" contains error in index.html #32

Closed abyss-outpost closed 9 years ago

abyss-outpost commented 9 years ago

index.html reads: Line 29

bundle.js doesn't exist. Please remove or fix file call from original seed project

wgester commented 9 years ago

@abyss-outpost The seed project is using browserify to build and bundle the src directory in the seed project. You'll have to run a build step before serving index.html. Use the famous dev command to run the build task and serve the public directory or check the package.json for the relevant npm scripts.