Skip to content

Instantly share code, notes, and snippets.

@CraigBarnesOpusVL
Created January 21, 2016 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CraigBarnesOpusVL/df9fc6191d6cf08059f0 to your computer and use it in GitHub Desktop.
Save CraigBarnesOpusVL/df9fc6191d6cf08059f0 to your computer and use it in GitHub Desktop.
sao installation
ADD http://hg.tryton.org/sao/archive/3.8.tar.gz /
RUN tar -xvzf 3.8.tar.gz \
&& mv sao-3.8 sao \
&& cd sao \
&& npm install \
&& node_modules/grunt-cli/bin/grunt --force
Running "less:dev" (less) task
>> FileError: 'variables.less' wasn't found. Tried - src/variables.less,src/variables.less,bower_components/bootstrap/less/variables.less,variables.less in src/sao.less on line 1, column 1:
>> 1 @import "variables";
>> 2
Warning: Error compiling src/sao.less Used --force, continuing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment