瀏覽代碼

Added changes patternapi to go to serververse

master
pb 2 天之前
父節點
當前提交
dedb5e3052
共有 3 個檔案被更改,包括 13 行新增1 行删除
  1. 10
    0
      emberup.sh
  2. 1
    0
      i.lin.sh
  3. 2
    1
      index.js

+ 10
- 0
emberup.sh 查看文件

@@ -0,0 +1,10 @@
// Client refactor

[^\/]*[^\/]*\s*(import\s*AuthenticatedRouteMixin.*)
// $1


// Regexp replace
extend\([.|\n|\r|\s]*[^\/U]*AuthenticatedRouteMixin[.|\n|\r|\s]*,
extend (\n// AuthenticatedRouteMixin, \n


+ 1
- 0
i.lin.sh 查看文件

@@ -210,6 +210,7 @@ else
git config --global user.name "$GITUSER"
git config --global user.email "$GITEMAIL"
git config --global credential.helper store
git config --global pull.rebase false

# Install Python 2 if not installed
if ! is_package_installed "python2"; then

+ 2
- 1
index.js 查看文件

@@ -76,7 +76,8 @@ const { Console } = require('console');
const { env } = require('process');
const { validate } = require('uuid');
var core = utils.core(0)
const PATTERNAPI = core.PATTERNAPI
// const PATTERNAPI = core.PATTERNAPI
const PATTERNAPI = require('serververse').PATTERNAPI
// const RESTAPI = require('serververse').RESTAPI
const RESTAPI = (function(){


Loading…
取消
儲存