Parcourir la source

Added changes patternapi to go to serververse

master^2
pb il y a 1 an
Parent
révision
dedb5e3052
3 fichiers modifiés avec 13 ajouts et 1 suppressions
  1. 10
    0
      emberup.sh
  2. 1
    0
      i.lin.sh
  3. 2
    1
      index.js

+ 10
- 0
emberup.sh Voir le fichier

// 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 Voir le fichier

git config --global user.name "$GITUSER" git config --global user.name "$GITUSER"
git config --global user.email "$GITEMAIL" git config --global user.email "$GITEMAIL"
git config --global credential.helper store git config --global credential.helper store
git config --global pull.rebase false


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

+ 2
- 1
index.js Voir le fichier

const { env } = require('process'); const { env } = require('process');
const { validate } = require('uuid'); const { validate } = require('uuid');
var core = utils.core(0) 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 = require('serververse').RESTAPI
const RESTAPI = (function(){ const RESTAPI = (function(){



Chargement…
Annuler
Enregistrer