martinkadlec0 / Smart-RSS

RSS extension for Opera 15+
http://blog.martinkadlec.eu/post/501-smart-rss-final-v10
MIT License
43 stars 35 forks source link

`grunt rjs`: no such file `properties.js` #17

Closed lastorset closed 10 years ago

lastorset commented 10 years ago

I ran into a small problem building the extension:

$ grunt rjs
Running "requirejs:app" (requirejs) task
>> Error: ENOENT, no such file or directory
>> '/home/lstorset/dev/external/smartrss/scripts/app/views/properties.js'
>> In module tree:
>>     ../main
>>       app
>>         layouts/FeedsLayout
Warning: RequireJS failed. Use --force to continue.

Aborted due to warnings.

Renaming scripts/app/views/Properties.js to lowercase fixed the problem temporarily.

lastorset commented 10 years ago

I'm running Ubuntu Linux 14.04; maybe this is caused by differences between Mac OS and Linux?

martinkadlec0 commented 10 years ago

Actually, I'm using Windows (I know, shame on me :P ). I didn't know this might be a problem (using lower case "p" with mistake anyway, which is now fixed). Thanks! .... btw, you don't really need to build the extension since loading files from local computer is so fast you won't nearly notice the difference :)

lastorset commented 10 years ago

Heh, I guess my Opera extension-fu is so low I didn't realize I didn't have to build it. Shame on me for that. ;)