Giter Site home page Giter Site logo

requirejs's Issues

Could not read WebJar RequireJS config

Could not read WebJar RequireJS config for: requirejs 2.1.11

build.sbt
scalaVersion := "2.11.1"

"org.webjars" %% "webjars-play" % "2.3.0"
"org.webjars" % "requirejs" % "2.1.11-1"

Please Release Version: 2.3.5

Since neither 'org.webjars.bower:requirejs:2.3.5' nor 'org.webjars.npm:requirejs:2.3.5' do contain the minified file of Requirejs, would you please create a classic Webjar for version 2.3.5. Thanks!

warn] o.w.RequireJS - Could not read WebJar RequireJS config for: requirejs 2.1.14

jcgao@Aspire:~/ideaprojects/paws-master$ sbt
[info] Loading project definition from /home/jcgao/ideaprojects/paws-master/project
[info] Set current project to paws (in build file:/home/jcgao/ideaprojects/paws-master/)
[paws] $ run
[info] Updating {file:/home/jcgao/ideaprojects/paws-master/}paws...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.

--- (Running the application from SBT, auto-reloading is enabled) ---

[info] play - Listening for HTTP on /0:0:0:0:0:0:0:0:9000

(Server started, use Ctrl+D to stop and go back to the console...)

[info] application - [securesocial] loaded templates plugin: plugins.users.CustomTemplatesPlugin
[info] play - Starting application default Akka system.
[info] a.e.s.Slf4jLogger - Slf4jLogger started
[debug] application - [securesocial] calling deleteExpiredTokens()
[info] application - [securesocial] loaded user service: class plugins.users.sorm.SormUserServicePlugin
[info] application - [securesocial] loaded password hasher bcrypt
[info] application - [securesocial] loaded identity provider: userpass
[info] play - Application started (Dev)
[warn] o.w.RequireJS - Could not read WebJar RequireJS config for: requirejs 2.1.14
Please file a bug at: http://github.com/webjars/requirejs/issues/new

upgrade to requirejs 2.1.10

General comment: Ideally, the process of manual upgrade requests should be replaced by an automated process (e.g. periodical checks of source distribution repositories and transfer/upload to Maven Central), if that's possible/feasible.

Could not read WebJar RequireJS config

I got this issue. I am using Play 2.3 and "org.webjars" % "requirejs" % "2.1.17".

[warn] o.w.RequireJS - Could not read WebJar RequireJS config for: myapp1.2.0

angular-ui-bootstrap not found

Project using Play 2.2.
Introduction of "angular-ui-bootstrap" before everything is okay, but then appeared a problem!

build.sbt:

"org.webjars"%% "webjars-play"% "2.2.1-2", 
"org.webjars"% "angularjs"% "1.2.13", 
"org.webjars"% "angular-ui-router"% "0.2.8-2", 
"org.webjars"% "jquery"% "1.11.0", 
"org.webjars"% "bootstrap"% "3.1.1", 
"org.webjars"% "angular-ui-bootstrap"% "0.10.0" 

app.js:

'use strict'; 
require (['angular', ..., angular-ui-router ',' ui-bootstrap '], 
    function (angular) {
... 

Main page require not find ui-bootstrap.js, tips wrong path:
ui-bootstrap

Simply do not take the path webjars configuration, the same angular-ui-router is ok for:
ui-router

Then check angular-ui-bootstrap.jar and angular-ui-router.jar code:
ui-bootstrap-router

Find angular-ui-bootstrap configuration for requirejs there is a problem, obviously dependent angular.js core library, do not know why?

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.