# 'layouts/tinymce.less' wasn't found

**URL:** https://discourse.roots.io/t/layouts-tinymce-less-wasnt-found/6645
**Category:** sage
**Tags:** gulp
**Created:** 2016-05-05T11:29:36Z
**Posts:** 9
**Showing post:** 5 of 9

## Post 5 by @MariamLachhab — 2016-08-19T11:25:46Z

Hello,

You don’t have to downgrade node, changing the the order makes it work perfectly (calling less after scss)  
`.pipe(function() { return gulpif('*.scss', sass({ outputStyle: 'nested', // libsass doesn't support expanded yet precision: 10, includePaths: ['.'], errLogToConsole: !enabled.failStyleTask })); }) .pipe(function() { return gulpif('*.less', less()); })`

---

_[View the full topic](https://discourse.roots.io/t/layouts-tinymce-less-wasnt-found/6645)._
