第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
module.exports = function(grunt) {
  grunt.initConfig({
    watch: {
      jade: {
        files: ['views/**'],
        options: {
          livereload: true
        }
      },
      js: {
        files: ['public/js/**', 'models/**/*.js', 'schemas/**/*.js'],
        // tasks: ['jshint'],
        options: {
          livereload: true
        }
      }
    },
    nodemon: {
        dev: {
            script: 'app.js',
            options: {
                args: [],
                ignoredFiles: ['README.md', 'node_modules/**', '.DS_Store'],
                watchedExtensions: ['js'],
                watchedFolders: ['app', 'config'],
                debug: true,
                delayTime: 1,
                env: {
                    PORT: 3000
                },
                cwd: __dirname
            }
        }
    },
    concurrent: {
        tasks: ['nodemon', 'watch'],
        options: {
            logConcurrentOutput: true
        }
    }
  })
   grunt.loadNpmTasks('grunt-contrib-watch')
   grunt.loadNpmTasks('grunt-nodemon')
   grunt.loadNpmTasks('grunt-concurrent')
   grunt.option('force', true)
   grunt.registerTask('default', ['concurrent'])
}


啟動不起來的同學 可以復制上面的代碼

正在回答

2 回答

成功解決我的問題!

0 回復 有任何疑惑可以回復我~

感謝!

0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消
node建站攻略(二期)——網(wǎng)站升級
  • 參與學習       51926    人
  • 解答問題       421    個

幫助你深入前后端開發(fā)留下的迷惑,為進一步自學打下基礎(chǔ)

進入課程
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號