94
olback
6y

I can't believe that something I threw together in an afternoon to make my work flow better turned into something people actually use! People are opening issues and suggesting things. Never thought it would get over 2.5k downloads! 😮

Comments
  • 3
    gonna check it out :D
  • 7
    Nice! I must admit I'm one of those lazy devs that doesn't mini stuff, luckily deploying react website minifies it for me, but I do have few JS files in the public folder.

    Pros of your extension:

    1. One click and your done

    2. Minifi to a new file and not same file

    Liked the result percentage you gave after minifying

    Keep up the good work :)
  • 6
    I'm surprised that my app even gets 100k downloads... Mostly from morons but yeah. https://play.google.com/store/apps/...
  • 5
    @demortes 😆 the user comments of your app are pure gold hahaha
  • 2
    @heyheni agreed just wish it didn't bring down the rating of my app lol
  • 3
    @demortes This is not a console application. This is for controlling a robot using a visual interface most are familiar with.
  • 2
    @demortes you have some bad ratings. Just one thing I want to know about users on Google play, are all of those people fucking morons? There is clearly written not for console. What part of that is so hard to understand? Learn English you people before rate down an app.

    PS: not tested the app that it's good or bad.
  • 2
    It's not great. It doesn't handle incompatible devices well.
  • 3
    @py2js it's common that people will rate 1 star for user error.
  • 1
    @demortes ah didn't know that. Will be have to be careful if I launch an app on Google play.
  • 2
    @py2js It happens on iOS too. End users are fickle pricks.
  • 2
    @demortes oh my God the reviews for that are hilarious. How many people do you think actual use it for it's purpose?
  • 4
    @Trexus183 I got an email from someone who wanted to use it themselves, so at least one does :P
  • 0
    @demortes it's something! Haha
  • 0
    why not just use webpack or any other build tool?
  • 0
    @destriaero Why? This is way easier and faster for small projects.
  • 0
    @olback allows the build configuration to be stored in scm, ensuring reproducibility and not requiring each developer working on it to do this manual process.

    Also opens door to automating the build / deployment pipeline saving time in the long run.
  • 1
    Laravel mix for the win
Add Comment