Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : config of new steal

$
0
0
that is without effect. I tried to edit my stealconfig.js into:
  1. System.config({
  2.   paths: {
  3.       'jquery': "bower_components/jquery/dist/jquery.js",
  4.       'jquery/jquery': "bower_components/jquery/dist/jquery.js",
  5.       'jquery-ui/jquery-ui': "bower_components/jquery-ui/jquery-ui.js",
  6.       'can/*' : 'bower_components/CanJS/*.js'
  7.   },
  8.     ext: {
  9.     mustache: "can/view/mustache/system"
  10.     },
  11.   meta: {jquery: { exports: "jQuery",
  12.                    format: "global" } }
  13. });

But build still does not work.


Viewing all articles
Browse latest Browse all 3491

Trending Articles