我正在使用Grunt模板,但想知道如何更新所使用的變量。請看下面的例子。 (function() {
"use strict";
module.exports = function(grunt) {
grunt.initConfig({
directory: 'deploy', // I want to be able to update thi
我正在爲我正在創建的一個小型項目創建以下grunt文件。然而,它與以下消息中止 Running "sass:dev" (sass) task
Warning: Arguments to path.join must be strings Use --force to continue.
我在哪裏做錯了?有人可以向我解釋嗎? /*!
* XXX
* @author XXXXXX
*/