GithubHelp home page GithubHelp logo

enriquecaballero / branchsite Goto Github PK

View Code? Open in Web Editor NEW
68.0 1.0 0.0 600 KB

CLI tool for publishing your static website to a separate branch

License: MIT License

JavaScript 100.00%
nodejs cli node-module static-website publishing deployment branch gh-pages

branchsite's People

Contributors

codacy-badger avatar enriquecaballero avatar greenkeeper[bot] avatar

Stargazers

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

Watchers

 avatar

branchsite's Issues

Error when trying to run for the first time

The interesting part:

 ✖ Install dependencies using npm
   → spawn yarn ENOENT
   Build static assets using npm
{ Error: spawn yarn ENOENT
    at exports._errnoException (util.js:1026:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
    at onErrorNT (internal/child_process.js:359:16)
    at _combinedTickCallback (internal/process/next_tick.js:74:11)
    at process._tickCallback (internal/process/next_tick.js:98:9)
  code: 'ENOENT',
  errno: 'ENOENT',
  syscall: 'spawn yarn',
  path: 'yarn',
  spawnargs: [ 'install' ],
  stdout: '',
  stderr: '',
  failed: true,
  signal: null,
  cmd: 'yarn install',
  timedOut: false,
  killed: false,
  context: {} }
(node:98351) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 5): Error: spawn yarn ENOENT

I'm assuming this is because I don't have Yarn installed. even using --no-yarn helps.

Add version number to commander interface

After moving to semantic-release, we can no longer parse out the version number from package.json. We'll have to come up with a way of injecting the current version number during the build process.

Improve initial `git push` before `subtree push`

Just using git push might cause problems with some CI's such as Jenkins. Jenkins, for example, always checks out a revision and never exactly master, so its push to needs to explicitly know it's going to HEAD:master before any subtree push.

Allow amending a commit instead of creating a new commit

Some libraries bump up the version number in package.json and create a CHANGELOG.md file based off commit history, commiting them in the process (see standard-version). Would be ideal to allow the user to amend that last (tagged) commit (without losing the original tag) instead of just creating a brand new commit.

Update dependency Caporal

Caporal is now at 1.3.0, and npm audit reports 3 vulnerabilities in branchsite because of a nested dependency (in [email protected]) of older lodash in cli-table2, which was mitigated by caporal. switching to cli-table3

An in-range update of uglify-js is breaking the build 🚨

The devDependency uglify-js was updated from 3.4.9 to 3.4.10.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

uglify-js is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v3.4.10

 

Commits

The new version differs by 18 commits.

  • 9707ccd v3.4.10
  • cb8f3a2 add Node.js 10 to CI tests (#3342)
  • 8b3259e fix corner case in reduce_vars (#3341)
  • b66f47b update dependencies
  • 8d2e6f3 fix function inlining after reduce_vars (#3340)
  • b3ef5e5 enhance evaluate (#3339)
  • 627f5fb fix corner case with nameCache (#3338)
  • d90777b parse mangle.properties.regex in --config-file properly (#3337)
  • e49297e improve usability of pure_funcs (#3336)
  • ebd82b3 fix corner case in collapse_vars (#3334)
  • d074aa6 fix corner case in collapse_vars (#3333)
  • b052f62 fix corner case in reduce_vars (#3332)
  • d4ac84b fix corner case in arguments & reduce_vars (#3331)
  • e250396 fix corner case in arguments (#3330)
  • c6fa39b Update README.md (#3311)

There are 18 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of lint-staged is breaking the build 🚨

Version 3.4.2 of lint-staged just got published.

Branch Build failing 🚨
Dependency lint-staged
Current Version 3.4.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As lint-staged is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes v3.4.2

<a name"3.4.2">

3.4.2 (2017-05-17)

Bug Fixes

Commits

The new version differs by 4 commits.

  • c7283b7 fix: Only pass gitDir for git specific executables (#162)
  • 2c4538f chore(package): update jest to version 20.0.1 (#167)
  • 12e38f0 chore(package): update babel-jest to version 20.0.0 (#160)
  • 7e4ed51 docs: Use husky in examples (#156)

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Improve README

The README is pretty generic right now -- has plenty of room to grow

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.