pull/19/head 1.0.4
宇天 2018-12-17 11:50:49 +08:00
parent 5d143cb4fe
commit 4bd21cfa9d
3 changed files with 6 additions and 15 deletions

View File

@ -1,5 +1,9 @@
# 更新日志
## [1.0.4] 2018-12-17
- 日常维护
## [1.0.3] 2018-12-03
- 修复autoprefixer的配置读取

View File

@ -43,19 +43,6 @@ let options = {
exclude: ''
}
// const exec = function(arr, cb) {
// let cmd = arr.join(' ')
// return new Promise((yes, no) => {
// cp.exec(cmd, (err, out) => {
// if (err) {
// no('err: ' + err)
// } else {
// yes(arr)
// }
// })
// })
// }
const compileCss = (style, entry, output) => {
return render(style, entry).then(css => {
if (options.autoPrefixer) {

View File

@ -1,8 +1,8 @@
{
"name": "scss-to-css",
"displayName": "scss-to-css",
"description": "最简单易用的SCSS编译器, 可自动编译scss文件及补全前缀",
"version": "1.0.3",
"description": "🔥 最简单易用的SCSS编译器, 可自动编译scss文件及补全前缀",
"version": "1.0.4",
"publisher": "yutent",
"author": "Yutent [@yutent]",
"icon": "logo.png",