如何在 requireJS 中使用 Bootstrap Stylus?
How to use Bootstrap Stylus with requireJS?
BootstrapStylus 文件夹中有 12 个 js 文件(affix、alert、button、carousel、collapse、dropdown、modal、popover、scrollpsy、tab、tooltip、transition)。根文件夹中有一个名为 index.js 的文件,但它看起来是一个节点模块文件,我不知道如何在 requireJS
中要求这些文件
Bootstrap Stylus 应该在之前编译,它会生成 'dist' 文件夹,其中包含将在 requireJS 中使用的文件。
您需要使用终端导航到 boostrap-styl 文件夹和 运行:
grunt dist
BootstrapStylus 文件夹中有 12 个 js 文件(affix、alert、button、carousel、collapse、dropdown、modal、popover、scrollpsy、tab、tooltip、transition)。根文件夹中有一个名为 index.js 的文件,但它看起来是一个节点模块文件,我不知道如何在 requireJS
中要求这些文件Bootstrap Stylus 应该在之前编译,它会生成 'dist' 文件夹,其中包含将在 requireJS 中使用的文件。
您需要使用终端导航到 boostrap-styl 文件夹和 运行:
grunt dist