Giter Site home page Giter Site logo

Comments (3)

tomekand1 avatar tomekand1 commented on May 9, 2024 2

here is a fix for scotty on windows, as I dig in to code, to get scotty working on my machine,
Some of that problems occur because outdated packages, and changes in es7

  1. install NCU "npm i npm-check-updates -g" it has to be global install
  2. Go to C: drive, then select "View" => Options => new window will open, select "View" again and select "Show hidden files, folders and drivers.
  3. Open that path in your terminal "C:\Users\username\AppData\Roaming\npm\node_modules\scottyjs"
  4. Run command ncu in your terminal that will check for newest dependencies for scotty.
  5. Run ncu -u <= to update packages, then run "npm install"
  6. Open scotty in VS code, go to "lib/upload-file.js"
  7. On line 23 change ContentType: mime.lookup(fileName),to ContentType: mime.getType (fileName), also in //create-bucket.js, delete-bucket.js, delete-object.js, empty-bucket.js, set-aswebsite.js, set-expiration-dats.js, upload-file.js, upload.js// move this line of code "const s3 = new AWS.S3()" inside function, then inside set-cd.js move "const cloudFront = new AWS.CloudFront()" inside "function setCdn()"
  8. Next step is just for aesthetic reasons, but I thing is worth, as it is nice to have a clean code in spec/support/jasmine-runner.js change first line to /* global jasmine */  this will avoid EsLint errors.
  9. Now u can add " -- profile dev/test/prod " to your build command in projects package.jason
    Enjoy fixed Scotty.js

from scottyjs.

stojanovic avatar stojanovic commented on May 9, 2024 1

Hey, it's not doing that at all in version 1 :(
That's one of the things v2 will do, but I don't have enough time to finish it. In the meantime, I can share my script for deployment with cache invalidation, in case it helps. It's a smaller version of scotty and it's not a nice CLI command, just a node.js script.

from scottyjs.

 avatar commented on May 9, 2024

@stojanovic Hi, I am interested in that script, can you please share it? Thanks!

from scottyjs.

Related Issues (17)

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.