autoprefixer: { build: { expand: true, cwd: ‘build', src: [ ‘**/.css' ], dest: ‘build' } }, (3)grunt-contrib-connect 該模塊用于在本機運行一個Web Server。 connect: { server: { options: { port: 4000, base: ‘build', hostname: ‘‘ } } } ...
www.dbjr.com.cn/article/707...htm 2025-5-31