Browse Source

Merge pull request #16 from wkServerService/dev

change the config path
pull/36/head
Artur Arseniev 10 years ago
parent
commit
983401800c
  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