Skip to content

Commit

Permalink
🐛 编辑器 CDN 从 cdn.jsdelivr.net 切换到 unpkg.com #64
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed May 24, 2022
1 parent 5408dab commit 18df7d7
Show file tree
Hide file tree
Showing 5 changed files with 9,643 additions and 288 deletions.
2 changes: 1 addition & 1 deletion pipe.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Server": "http://localhost:5897",
"StaticServer": "",
"StaticResourceVersion": "1616842446826",
"StaticResourceVersion": "1653372433379",
"RuntimeMode": "dev",
"LogLevel": "debug",
"ShowSQL": false,
Expand Down
2 changes: 1 addition & 1 deletion theme/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

const gulp = require('gulp')
const sass = require('gulp-sass')
const sass = require('gulp-sass')(require('sass'))
const rename = require('gulp-rename')
var uglify = require('gulp-uglify')
const fs = require('fs')
Expand Down
Loading

0 comments on commit 18df7d7

Please sign in to comment.