client/gruntfile.js
changeset 561 5feabdc61980
parent 555 49daeea94e88
child 574 de0d488a0a1b
--- a/client/gruntfile.js	Thu Oct 01 17:16:06 2015 +0200
+++ b/client/gruntfile.js	Thu Oct 01 16:56:54 2015 +0200
@@ -259,7 +259,7 @@
             },
             'screenfull': {
                 options: {
-                    src: 'dist/lib/screenfull/screenfull.js',
+                    src: 'lib/screenfull/screenfull.js',
                     dest: 'lib/screenfull/screenfull-umd.js',
                     objectToExport: 'screenfull',
                     amdModuleId: 'screenfull'
@@ -335,12 +335,12 @@
         'concat',
         'uglify',
         'cssmin',
+        'umd:screenfull',
         'copy:renkan',
         'copy:renkan_css',
         'clean:renderer',
         'umd:ckeditor-core',
-        'umd:ckeditor-jquery',
-        'umd:screenfull'
+        'umd:ckeditor-jquery'
     ]);
     grunt.registerTask('default', ['base', 'clean:jst']);
     grunt.registerTask('copy-server', 'copy files to server part', function() {