개요 image, html 등 그대로 복사해줘야 할 파일들을 복사해 주는 Copy 태스트를 추가하고, Watch 태스크에 추가하여 변경시 자동으로 복사되도록 해보자. 방법 # Copy 패키지 추가. 1. package.json 파일 수정.{ "name": "CAL_Website_v2", "version": "0.1.0", "description": "used Bootstrap, greater then ie8", "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-uglify": "~0.2.0", "grunt-contrib-watch": "^1.0.0", "grunt-contrib-connect": "^1.0.1", "grunt-contrib-copy": "~..