Browse Source

change the config path

pull/16/head
walkskyer 10 years ago
parent
commit
49465b4f8f
  1. 2
      src/demo.js

2
src/demo.js

@ -1,4 +1,4 @@
require(['src/config/require-config.js'], function() {
require(['config/require-config'], function() {
require(['editor/main'],function (Grapes){
var grapes = new Grapes(

Loading…
Cancel
Save