Compiling CSS and JavaScript
Compiling CSS and JavaScriptBootstrap uses Grunt for its build system, with convenient methods for working with the framework. It's how we compile our code, run tests, and more.bootstrap은 프레임워크 동작의 편리를 위해 Grunt 의 빌드시스템을 사용한다. 아래는, 우리가 어떻게 코드를 컴파일하고, 테스트와 기타 외작업을 어떻게 하는지 설명한다. Installing GruntTo install Grunt, you must first download and install node.js (which includes npm). npm stands for node p..
Frontend/Bootstrap
2014. 9. 2. 11:52