Giter Club home page Giter Club logo

embedjs's People

Contributors

jensarps avatar seidtgeist 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  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  avatar  avatar  avatar  avatar  avatar

embedjs's Issues

Location of platforms and profile files

Right now the platform and profile definitions are located outside of the src directory which makes it impossible to use them dynamically via JavaScript when using a dynamic loader and /src is the root dir. It might be good to have a dedicated dir within the src directory

Script tag extraction

A nice feature would be a build option to auto generate script tags with dependency resolving.

create hidden node

This in dojo creates an hidden input

   // create hidden input 
   var inp = dojo.create("input", {
                class: "edit",
                style: "display:none",
                type:"text", 
                value:"input value"},
                parentNode, "after"); 

Embedjs sets no style attribute. Is the style with embedjs ignored?
as workaround helps just setup the style manually:

   inp.style.display = "none";   

Platforms file referencing

Atm it seems as if the feature => implementation mapping happens based on the embedjs dir. So new features residing in a different directort (a sibling of embedjs for instance) have to get referenced like this:

"feature": ["../app/feature.js"]

Not exactly sure if this is good or bad, maybe setting a basePath would be an option or always expect the root to be the parent of embedjs.

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.