Browse Source

grunt-compilable

compiled and discrepancy fixed
Herbert Vojčík 9 years ago
parent
commit
dfcf26b2c6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Gruntfile.js
  2. 1 1
      src/Helios-KeyBindings.js

+ 1 - 1
Gruntfile.js

@@ -48,7 +48,7 @@ module.exports = function(grunt) {
     amberc: {
       options: {
         amber_dir: findAmberPath(['../..', 'bower_components/amber']),
-        library_dirs: ['src'],
+        library_dirs: ['src', 'bower_components/amber-contrib-web/src']
       },
       all: {
         output_dir : 'src',

+ 1 - 1
src/Helios-KeyBindings.js

@@ -2511,7 +2511,7 @@ return self;
 },
 //>>excludeStart("ide", pragmas.excludeIdeData);
 args: ["html"],
-source: "renderCloseOn: html\x0a\x09html a\x0a\x09\x09class: 'close';\x0a\x09\x09with: [ (html tag: 'i') class: 'icon-remove' ];\x0a\x09\x09onClick: [ self keyBinder deactivate ]",
+source: "renderCloseOn: html\x0a\x09html a\x0a\x09\x09class: 'close';\x0a\x09\x09with: [ (html tag: 'i') class: 'glyphicon glyphicon-remove' ];\x0a\x09\x09onClick: [ self keyBinder deactivate ]",
 referencedClasses: [],
 //>>excludeEnd("ide");
 messageSends: ["class:", "a", "with:", "tag:", "onClick:", "deactivate", "keyBinder"]