that is without effect. I tried to edit my stealconfig.js into:
- System.config({
- paths: {
- 'jquery': "bower_components/jquery/dist/jquery.js",
- 'jquery/jquery': "bower_components/jquery/dist/jquery.js",
- 'jquery-ui/jquery-ui': "bower_components/jquery-ui/jquery-ui.js",
- 'can/*' : 'bower_components/CanJS/*.js'
- },
- ext: {
- mustache: "can/view/mustache/system"
- },
- meta: {jquery: { exports: "jQuery",
- format: "global" } }
- });
But build still does not work.