open project seems to be funcional

This commit is contained in:
Bachir Soussi Chiadmi
2017-05-30 21:12:05 +02:00
parent 767809146a
commit 4ee18726f0
5 changed files with 98 additions and 30 deletions
+3
View File
@@ -41,6 +41,9 @@ class Compiler():
self.paths.append(os.path.join(self.parent.cwd,'assets/css',f))
def reload(self):
# print('Reload sass compiler')
self.fs_watcher.removePaths(self.paths)
self.refreshPaths()
# print('paths', self.paths)
self.fs_watcher.addPaths(self.paths)
# print('files', self.fs_watcher.files())