Giter VIP home page Giter VIP logo

Comments (1)

VicDeo avatar VicDeo commented on September 6, 2024

@PVince81

make dist works for the repo itself

deo@victor:~/public_html/updater> git checkout stable10
Branch stable10 set up to track remote branch stable10 from origin.
Switched to a new branch 'stable10'
deo@victor:~/public_html/updater> git pull --rebase
Already up-to-date.
deo@victor:~/public_html/updater> make clean
rm -f build/composer.phar
rm -Rf vendor/
rm -Rf pub/js/vendor/
rm -Rf build/dist
rm -Rf build
deo@victor:~/public_html/updater> make dist
mkdir build
cd build && curl -sS https://getcomposer.org/installer | php
All settings correct for using Composer
Downloading...

Composer (version 1.6.2) successfully installed to: /home/deo/public_html/updater/build/composer.phar
Use it: php composer.phar

php build/composer.phar install --no-dev
Loading composer repositories with package information
Installing dependencies from lock file
Package operations: 11 installs, 0 updates, 0 removals
  - Installing react/promise (v2.4.1): Loading from cache
  - Installing guzzlehttp/streams (3.0.0): Loading from cache
  - Installing guzzlehttp/ringphp (1.1.0): Loading from cache
  - Installing guzzlehttp/guzzle (5.3.1): Loading from cache
  - Installing league/plates (3.1.1): Loading from cache
  - Installing paragonie/random_compat (v1.4.1): Loading from cache
  - Installing pimple/pimple (v3.0.2): Loading from cache
  - Installing psr/log (1.0.0): Loading from cache
  - Installing symfony/polyfill-mbstring (v1.2.0): Loading from cache
  - Installing symfony/console (v2.8.11): Loading from cache
  - Installing symfony/process (v2.8.11): Loading from cache
Generating autoload files
/usr/bin/npm install --prefix build bower
npm WARN deprecated [email protected]: ...psst! Your project can stop working at any moment because its dependencies can change. Prevent this by migrating to Yarn: https://bower.io/blog/2017/how-to-migrate-away-from-bower/
[email protected] build/node_modules/bower
touch build/node_modules/bower/bin/bower
build/node_modules/bower/bin/bower install
bower                     invalid-meta for:/home/deo/public_html/updater/bower.json
bower                     invalid-meta The "name" is recommended to be lowercase, can contain digits, dots, dashes
bower jquery#1.10.2             cached https://github.com/jquery/jquery-dist.git#1.10.2
bower jquery#1.10.2           validate 1.10.2 against https://github.com/jquery/jquery-dist.git#1.10.2
bower jquery#1.10.2            install jquery#1.10.2

jquery#1.10.2 pub/js/vendor/jquery
touch pub/js/vendor/
rm -Rf build/dist/updater; mkdir -p build/dist/updater
cp -R application.php index.php app pub src vendor COPYING-AGPL README.md build/dist/updater
find build/dist/updater/{vendor/,src/} -type d -iname Test? -print | xargs rm -Rf
find build/dist/updater/{vendor/,src/} -name travis -print | xargs rm -Rf
find build/dist/updater/{vendor/,src/} -name doc -print | xargs rm -Rf
find build/dist/updater/{vendor/,src/} -iname \*.sh -delete
find build/dist/updater/{vendor/,src/} -iname \*.exe -delete
find build/dist/updater/pub/js/vendor/jquery \! -name jquery.min.* -type f -exec rm -f {} +
find build/dist/updater/pub/js/vendor/jquery/* -type d -exec rm -rf {} +

from updater.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.