1 Star 0 Fork 0

差沙/xwine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.coffee 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
差沙 提交于 2013-06-06 16:51 +08:00 . update
path = require 'path'
fs = require 'fs'
ext_src = path.join path.dirname(fs.realpathSync __filename), '../miwa/lib/exts'
{languages, plugins} = require ext_src
exports.config =
plugins: [plugins.AssetsPlugin]
files:
'scripts/app.js':
languages:
'\.js$': languages.JavaScriptLanguage
'\.coffee$': languages.CoffeeScriptLanguage
'\.eco$': languages.EcoLanguage
'\.js\.html$': languages.JSTemplateLanguage
order:
before: [
'vendor/scripts/console-helper.js'
'vendor/scripts/zepto.js'
'vendor/scripts/underscore.js'
'vendor/scripts/backbone.js'
'vendor/scripts/backbone.localStorage.js'
'vendor/scripts/miwa.js'
'vendor/scripts/miwa.page.js'
'vendor/scripts/iscroll.js'
'vendor/scripts/swipe.js'
]
'styles/app.css':
languages:
'\.css$': languages.CSSLanguage
'\.styl$': languages.StylusLanguage
order:
before: [
#'vendor/styles/bootstrap.min.css'
'app/styles/layout.styl'
]
'styles/app2x.css':
languages:
'\.2x\.css$': languages.CSSLanguage
'\.2x\.styl$': languages.StylusLanguage
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sshwsfc/xwine.git
git@gitee.com:sshwsfc/xwine.git
sshwsfc
xwine
xwine
master

搜索帮助