Giter Club home page Giter Club logo

drupal-react-db-log's People

Contributors

dawehner avatar fgm avatar mattgrill avatar mglaman avatar pixelwhip avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

drupal-react-db-log's Issues

build:js-helpers fails if ./js/dist/helpers.js does not already exist

To reproduce:

  1. Delete js/dist/helpers.js
  2. run yarn run build:js-helpers or yarn run build:js

Result:

yarn run build:js-helpers
yarn run v1.3.2
$ [ -e dist/helpers.js ] && rm dist/helpers.js && ./node_modules/.bin/babel-external-helpers | ./node_modules/.bin/minify --mangle false >> dist/helpers.js
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

My bash skills aren't super strong but from what I can tell this command:

[ -e dist/helpers.js ] && rm dist/helpers.js && ./node_modules/.bin/babel-external-helpers | ./node_modules/.bin/minify --mangle false >> dist/helpers.js

First checks for the existence of dist/helpers.js. If it exists it then deletes it. It then compiles the file and tries to write it anew (which it should) or append if it exists (which it shouldn't).

It seems like the command could just simply write to the file, overwriting it if it exists. Rather than worrying about trying to append to it.

./node_modules/.bin/babel-external-helpers | ./node_modules/.bin/minify --mangle false > dist/helpers.js

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.