diff options
| author | cristiano <[email protected]> | 2019-11-13 15:02:21 +0000 |
|---|---|---|
| committer | cristiano <[email protected]> | 2019-11-13 15:02:21 +0000 |
| commit | 58bde60edd3bfdda80969c231bfa555ebe5c648b (patch) | |
| tree | 8d11e5ee91641d298fbd7bf289bb21ce86c7d913 /gulpfile.js | |
| parent | ae7e360907651048c7b110df9f255ef945f31522 (diff) | |
| download | protonmail-themes-58bde60edd3bfdda80969c231bfa555ebe5c648b.tar.xz protonmail-themes-58bde60edd3bfdda80969c231bfa555ebe5c648b.zip | |
Deutera One will compile with all other themes.
Diffstat (limited to 'gulpfile.js')
| -rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 55c15c3..fd31d41 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -2,7 +2,7 @@ const gulp = require('gulp') const sass = require('gulp-sass') const themesPath = './templates/*/*.scss' -const ignoredFiles = ['!./templates/theme_example/*.scss', '!./templates/deutera_one/*.scss'] +const ignoredFiles = ['!./templates/theme_example/*.scss'] /* |
