rsamec / business-rules-engine

Business rules engine
Other
92 stars 15 forks source link

Issues with building from source #2

Closed rickj33 closed 9 years ago

rickj33 commented 9 years ago

I tried to build the project from source, however I ran into a couple of issues. The first one was the underscore package was looking for a version no longer available, so I modified it from "underscore": "1.0.6", to "underscore": "^1.0.6",

the second issue, there were some missing required packages in the devDependencies section "coffee-script": "^1.6.3", "grunt-contrib-coffee": "^0.10.1", "grunt-coffeelint": "0.0.8"

Once I made those changes, I was able to issue the grunt test command, but that threw a missing file error. Cannot resolve referenced file: '../../typings/business-rules-engine/business-rules-engine.d.ts'.

Looks like the type script files for the project are missing from source control. Would it be possible for you to check those into git?

Thanks rick

rsamec commented 9 years ago

ad underscore reference -> fixed ad devDevpendencies - coffee-script -> no coffee script needed - i am using grunt-typescript for typescript compilation ad typings/business-rules-engine/business-rules-engine.d.ts -> it is generated in typings folder by running grunt typings

Steps needed to be done - use the following order