Показать сообщение отдельно
  #1 (permalink)  
Старый 23.07.2014, 13:11
sinistral
Посмотреть профиль Найти все сообщения от melky
 
Регистрация: 28.03.2011
Сообщений: 5,418

Webix. Why?!
Поставил webix через
Код:
$ bower i webix
и в файле стиля (codebase/webix.css) вижу:
  1. @font-face{font-family:'PT Sans';font-style:normal;font-weight:400;src:local('PT Sans'),local('PTSans-Regular'),url(fonts/PTS-webfont.eot) format('embedded-opentype'),url(fonts/PTS-webfont.woff) format('woff'),url(fonts/PTS-webfont.*!*tft*/!*) format('truetype')}
    

    (Опечатка. Должно быть ttf, вместо tft).
  2. #image .loadingImage{background-image:url(*!*imgs/loading.png*/!*);background-repeat:no-repeat;background-position:center}
    

    Каталога imgs даже и близко нет, не говоря уже о картинках.

Как (или через что) они собирали пакет?!

Информация о пакете:
Код:
$ bower info webix
bower webix#*                   cached git://github.com/webix-hub/tracker.git#1.9.0
bower webix#*                 validate 1.9.0 against git://github.com/webix-hub/tracker.git#*

{
  name: 'webix',
  version: '1.9.0',
  description: 'Javascript components library for mobile and desktop browsers',
  main: 'codebase/webix.js',
  keywords: [
    'components',
    'widgets',
    'library',
    'mobile',
    'grid',
    'tree',
    'chart',
    'ajax',
    'layout'
  ],
  license: 'GPL',
  homepage: 'http://webix.com'
}

Available versions:
  - 1.9.0
  - 1.8.0
  - 1.7.0
  - 1.6.0
  - 1.5.1
  - 1.5.0
  - 1.4.0
  - 1.3.0
  - 1.2.0
  - 1.1.0

You can request info for a specific version with 'bower info webix#<version>'

Последний раз редактировалось melky, 27.07.2014 в 10:52.
Ответить с цитированием