扫码关注官方订阅号
求问,一般压缩出来的文件是新建一个文件夹存放还是把原来整个项目新复制出来一份,求一份项目组织结构,谢谢哇!!
欢迎选择我的课程,让我们一起见证您的进步~~
去年用grunt写过一个项目,app为源文件, dist下为grunt打包后文件可直接传到server上的目录主要目录如下:
app
images
scripts
styles
views
index.html
favicon.ico
robots.txt
dist
test
bower_components
node_modules
Gruntfile.js
bower.json
package.json
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
去年用grunt写过一个项目,app为源文件, dist下为grunt打包后文件可直接传到server上的目录
主要目录如下:
app
images
scripts
styles
views
index.html
favicon.ico
robots.txt
index.html
dist
test
bower_components
node_modules
Gruntfile.js
bower.json
package.json