tapquo / Lungo.js

A framework for developers who want to design, build and share cross device applications.
http://lungo.tapquo.com
Other
2.41k stars 567 forks source link

ParseError: src/stylesheets/lungo.base.styl:146:1 while building the project #346

Open jay3dec opened 9 years ago

jay3dec commented 9 years ago

First, after I cloned the build from GitHub, I installed the dependencies.

npm install

I tried to run grunt grunt, but got an error

Error: Unable to read "package/lungo/component.json" file (Error code: ENOENT).

I opened by Gruntfile.coffee and found

pkg: grunt.file.readJSON "package/lungo/component.json"

So, I modified it as shown:

pkg: grunt.file.readJSON "package.json"

Now when I again tried to run grunt, I got another error:

>> ParseError: src/stylesheets/lungo.base.styl:146:1
>>    142| th, td, caption
>>    143|   vertical-align: top
>>    144|   text-align: left
>>    145| 
>>    146| @media=all
>> --------^
>>    147|   ::-webkit-scrollbar
>>    148|     width: 1px
>>    149|     height: 1px
>> 
>> expected "(", got "="