Index: README.md =================================================================== diff -u -r1b64c5bf4a928e2d6ffc3614ba0bafd6af7632e7 -re01b26c3c7394b9d4d6f4b9e7984b6445ae58dc2 --- README.md (.../README.md) (revision 1b64c5bf4a928e2d6ffc3614ba0bafd6af7632e7) +++ README.md (.../README.md) (revision e01b26c3c7394b9d4d6f4b9e7984b6445ae58dc2) @@ -36,3 +36,10 @@ 윈도우 경우 : 커맨드 실행 ( 관리자 권한으로 실행 ) Set-ExecutionPolicy RemoteSigned -> Y + +계정이 admin 이 아닌 경우 notfound ( grunt ) 일 가능성이 있습니다. +이 경우는 아래와 같은 명령어를 실행 후 grunt server 를 하세요 + +```shell +npm install -g --save-dev --force grunt-cli grunt grunt-contrib-concat grunt-serve grunt-contrib-less grunt-contrib-watch grunt-contrib-uglify grunt-includes grunt-image grunt-contrib-jshint grunt-jscs grunt-contrib-clean grunt-contrib-csslint grunt-bootlint grunt-notify grunt-text-replace grunt-contrib-connect grunt-connect-proxy serve-static grunt-contrib-compass --save-exact prettier +``` \ No newline at end of file Index: hyw/index.html =================================================================== diff -u --- hyw/index.html (revision 0) +++ hyw/index.html (revision e01b26c3c7394b9d4d6f4b9e7984b6445ae58dc2) @@ -0,0 +1,2 @@ +test +여기에 작업 하면 됩니다. \ No newline at end of file