morlay / angular-mobile-ui

[DEPRECATED] UI Kits for PhoneGap or Mobile Web App
130 stars 35 forks source link

fixed folder path issue of 'font-awesome' #3

Closed waqasajaz closed 10 years ago

waqasajaz commented 11 years ago

Running "grunt package" command from terminal was generating following error.

Running "less:dev" (less) task
>> FileError: '../../../bower_components/font-Awesome/less/variables.less' wasn't found in src/less/font-awesome/_index.less on line 3, column 1:
>> 2 
>> 3 @import "@{font-awesome-path}/variables.less";
>> 4 @import "@{font-awesome-path}/mixins.less";
Warning: Error compiling src/less/_index.less Use --force to continue.

Aborted due to warnings.

I have replaced "font-Awesome" to "font-awesome"

morlay commented 11 years ago

Hi waqasajaz,

I'm sorry not to update this repo in time, when the AngularJS to 1.2.0 and Font-Awosome to 4.0.3.

And there is still something wrong in Android, I'm fixing it on my work repo. It will looks like Android UI v4

So,i will it when all ready.

Thanks.