Git Product home page Git Product logo

senchacmd-customlibs's People

Contributors

maximgb avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

martin17

senchacmd-customlibs's Issues

Example is missing a closing array bracket

First of all thanks for coming up with this solution to a common problem in Sencha build.
If you have a look at your example the top level object is within an array which misses its closing bracket.

Problem with bryntum touch scheduler

I´m getting a lot of errors trying to compile my project.

[ERR] The following error occurred while executing this line:
[path].sencha\app\build-impl.xml:378
: The following error occurred while executing this line:
[path].sencha\app\init-impl.xml:303:
java.lang.ClassCastException: com.sencha.tools.compiler.ast.js.Name cannot be c
ast to com.sencha.tools.compiler.ast.js.ObjectLiteral

This is the part of my customlibs in app.json

"customlibs" : [{

// Classpath to add to application classpath list
"classpath" : "scheduler",

// Javascript file or files to append/prepend to the resulting JS file
// the option might be given as an array of objects as well
"js" : {

    // Path to a file relative to the current project directory or absolute
   // "prepend" : "scheduler/touch-scheduler-all-debug.js",             

    // Path to a file relative to the current project directory or absolute
    "append"  : "scheduler/touch-scheduler-all-debug.js"
},

// CSS file or files to append to the resulting CSS file
// the option might be given as an array of objects as well
"css" : {

    // Path to a file relative to the current project directory or absolute
    "path" : "scheduler/resources/css/touch-scheduler-all-debug.css",

    // Replacement to execute during the concatenation, might be required to properly adjust image/font
    // URLs to new CSS file base directory
    "replace" : {

        // Regular expression given as a string
        "from" : "\\.\\./images",

        // Substitution pattern
        "to"   : "scheduler"
    }
}, 

Could you help me find what am i doing wrong please?

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.