Adding external CSS file to a BoilerplateJS project
问题 I'm trying to incorporate some UI components to a BoilerplateJS project that I'm currently working on, to be specific I want to implement this [http://wijmo.com/wiki/index.php/Getting_Started_with_Wijmo] sample inside a BoilerplateJs component. How can I add the external css files to my BoilerplateJs project. 回答1: There are several ways to import style-sheets. Directly in the index file. (Best suited for style-sheets of libraries such as jQueryUI and Wijmo in your case) As a theme, in themes