GithubHelp home page GithubHelp logo

Not working deployed dev about dizzy.js HOT 4 CLOSED

linuslabo avatar linuslabo commented on September 3, 2024
Not working deployed dev

from dizzy.js.

Comments (4)

linuslabo avatar linuslabo commented on September 3, 2024

sorry i'm just idiot :V

from dizzy.js.

Moerphy avatar Moerphy commented on September 3, 2024

Just in case anyone else runs into that problem in the future: I'm guessing that happened because you opened it locally with the file:// protocol?
Javascript applications should almost always be run from a Webserver with http, otherwise the same origin policy gets in the way. I always just run the simple HTTP server that comes with python ("python -m SimpleHTTPServer") in the project dir, that works pretty well.

btw, you don't even need to run the deployment script if you just want to open Dizzy. Opening the index.html in dev/ should work just fine. The deployment just merges all Javascript files into one and minimizes it.. only really useful when releasing a new version on the internet (:

from dizzy.js.

linuslabo avatar linuslabo commented on September 3, 2024
  • yes that was my mistake.
  • Since i'm pretty unexperienced, I was just trying everything before starting.
    (i started using git and studying jquery right now, but i usually learn quickly :).

I'm using xampp now, i work directly in dirs inside the htdocs.
Anyway i really like dizzy and would like to help you to make it work well.

If you agree, I'll fork your project to practice and become familiar with it :]

(btw today i've seen that in zebra.html you should correct the link of the icons changing "images"->"img" to make the browser find them)

in the next days expect a few questions :)
bye!

from dizzy.js.

Moerphy avatar Moerphy commented on September 3, 2024

Sure thing, that's what forking is for (:
I have a lot of stuff to do nowadays, so it may take me a while to answer any questions, but feel free to ask anyway.

from dizzy.js.

Related Issues (12)

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.