Created
May 26, 2013 06:10
-
-
Save ETBlue/5651871 to your computer and use it in GitHub Desktop.
rm -rf _public
npm run start
This file contains hidden or 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
| C:\Users\ETBlue\Documents\GitHub\hack.g0v.tw [master +1 ~1 -0 !]> rm -rf _public | |
| Remove-Item : A parameter cannot be found that matches parameter name 'rf'. | |
| At line:1 char:7 | |
| + rm -rf <<<< _public | |
| + CategoryInfo : InvalidArgument: (:) [Remove-Item], ParameterBin | |
| dingException | |
| + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Comm | |
| ands.RemoveItemCommand | |
| C:\Users\ETBlue\Documents\GitHub\hack.g0v.tw [master +1 ~1 -0 !]> npm run start | |
| > [email protected] start C:\Users\ETBlue\Documents\GitHub\hack.g0v.tw | |
| > node ./node_modules/brunch/bin/brunch watch --server | |
| 26 May 14:09:03 - info: application started on http://localhost:3333/ | |
| 26 May 14:09:06 - info: compiled in 3345ms | |
| 26 May 14:09:06 - info: compiled in 77ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment