gpt4 book ai didi

css - "undefined is not a function"咕噜声少

转载 作者:行者123 更新时间:2023-11-28 07:49:46 24 4
gpt4 key购买 nike

下午好,尝试处理程序集,但出现错误:

“未定义不是函数”

我的文件夹结构:-/较少的 无风格 -/成分 header.less-/CSS-/img-/js

我安装了:grunt-contrib-less还有我的文件:

module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
less: {
development: {
options: {
paths: ["less"]
},
files: {
"css/style.css": "less/style.less"
}
}
},
});

grunt.loadNpmTasks('grunt-contrib-less');
grunt.registerTasks('default',['less']);
};

在 style.less 我写道:@import "components/page-header.less";

告诉我我的错误是什么?

最佳答案

最后一行应该是(registerTask 没有尾随 s):

grunt.registerTask('default',['less']);

关于css - "undefined is not a function"咕噜声少,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30488521/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com