개요 Less 파일을 하나의 CSS로 생성하고 축소하는 컴파일 과정을 Grunt로 자동화 하고 http서버를 구동하자.livereload를 설정하면 소스 코드가 변경시 자동으로 브라우저가 refresh되도록 할 수 있다. 방법 # less, connect 패키지 설치. 1. package.json 파일 수정.{ "name": "CAL_Website_v2", "version": "0.1.0", "description": "used Bootstrap, greater then ie8", "dependencies": { "grunt": "~0.4.5", "grunt-contrib-uglify": "~0.2.0", "grunt-contrib-watch": "^1.0.0", "grunt-contrib-connect..