PHP Classes

File: vendors/echarts/test/ut/configure

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/echarts/test/ut/configure   Download  
File: vendors/echarts/test/ut/configure
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 248 bytes
 

Contents

Class file image Download
if [ "$#" -eq 1 ]; then # use specific version old=$1 else # use last release old=$(git rev-list --tags --max-count=1) fi mkdir -p tmp cp ../../dist/echarts.js "tmp/newEcharts.js" git show $old:dist/echarts.js > 'tmp/oldEcharts.js'