lucidworks / lucidworks-view

Create custom user experiences for your Fusion-powered apps.
https://lucidworks.com/view
Apache License 2.0
37 stars 23 forks source link

TI-113 packaging fixes #13

Closed arijitdasgupta closed 8 years ago

arijitdasgupta commented 8 years ago

Fixed the packaging problems on Mac OS X and Linux

Tested on: OS X El Capitan Ubuntu Desktop 14.04 x64 vm running on Mac

To package,

npm install; bower install;
npm run build;
gulp cook;
gulp package --buildTarget=mac;
#OR
gulp package --buildTarget=linux;

It is recommended that you build on the same target platform your are building for, due to node-sass binary incompatibilities.

Also DO make sure that your node_modules are installed with node v5.2.0/npm v3.3.12. That will ensure proper binary deps compatibility.

JoshEllinger commented 8 years ago

looks great! :rocket: