Skip to content

Instantly share code, notes, and snippets.

@davewallace
Created January 12, 2016 00:19
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 davewallace/34fb659008f23f3898ae to your computer and use it in GitHub Desktop.
Save davewallace/34fb659008f23f3898ae to your computer and use it in GitHub Desktop.
$ grunt build
Running "_log-vars" task
>> Using source at "src/"
>> Building to "build/"
Running "jsonlint:src" (jsonlint) task
>> 6 files lint free.
Running "check-json" task
Running "copy:index" (copy) task
Copied 1 file
Running "copy:courseAssets" (copy) task
Created 3 directories, copied 9 files
Running "copy:courseJson" (copy) task
Copied 6 files
Running "copy:componentAssets" (copy) task
Running "copy:componentFonts" (copy) task
Running "copy:extensionAssets" (copy) task
Running "copy:extensionFonts" (copy) task
Running "copy:menuAssets" (copy) task
Running "copy:menuFonts" (copy) task
Running "copy:themeAssets" (copy) task
Running "copy:themeFonts" (copy) task
Running "copy:main" (copy) task
Copied 7 files
Running "concat:less" (concat) task
File src/less/adapt.less created.
Running "less:dist" (less) task
>> NameError: variable @focus-outline is undefined in src/less/adapt.less on line 25, column 18:
>> 24 .focused, button:focus, select:focus, textarea:focus, a:focus, input:focus + label {
>> 25 outline: @focus-outline;
>> 26 }
Warning: Error compiling src/less/adapt.less Use --force to continue.
Aborted due to warnings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment