代码拉取完成,系统将自动刷新
使用 fork 功能将在后台会为你创建一个与该项目内容一样的同名项目,你可以在这个新项目里自由的修改内容。
建议只在有意向参与改进该项目时使用 fork 功能。
# => SRC FOLDER
toast 'src'
# EXCLUDED FOLDERS (optional)
# exclude: ['folder/to/exclude', 'another/folder/to/exclude', ... ]
# => VENDORS (optional)
# vendors: ['vendors/underscore.js']
# => OPTIONS (optional, default values listed)
bare: true
packaging: true
# expose: ''
# minify: true
# => HTTPFOLDER (optional), RELEASE / DEBUG (required)
httpfolder: 'release'
release: 'release/app.js'
debug: 'release/app-debug.js'