Commit Graph

172 Commits

Author SHA1 Message Date
0343287775 update smartfile to latest npmts 2017-07-30 22:53:54 +02:00
7909bd1a38 fix filename updating for smartfile 2017-05-28 00:12:02 +02:00
73ad2d6193 update 2017-05-27 23:47:39 +02:00
36364bb490 listFileTree now includes dots 2017-05-27 02:54:22 +02:00
65dda3bcf1 improve subdirectory handling when writing fileTrees 2017-05-27 02:05:31 +02:00
d22e0cde8f do not accept directories in fileTree 2017-05-27 01:07:32 +02:00
72bb3f33ac now writes smartfile arrays to disk 2017-05-26 14:47:41 +02:00
7694cc9c08 update tslint 2017-05-07 23:16:25 +02:00
30bc489822 add Smartfile.parsedPath 2017-05-07 23:00:56 +02:00
bd50c122eb fix isDirectory() to return false instead of failing 2017-05-07 20:50:59 +02:00
c2f809f9cf revert false assumption 2017-05-02 00:07:39 +02:00
7515ecf9ce toStringSynv now creates normal strings 2017-05-01 23:38:56 +02:00
9cfd147fdc update smartfile cwd 2017-05-01 22:27:15 +02:00
46b1151201 update smartfile relative path handling 2017-05-01 22:07:25 +02:00
9fc581b866 update 2017-05-01 19:49:34 +02:00
4899d454eb added tests for Smartfile instance 2017-04-30 18:13:17 +02:00
a5b24a7c33 update fileTreeToObject method 2017-04-30 15:37:34 +02:00
97bf5ff74b improve creation of Smartfiles 2017-04-30 15:12:35 +02:00
32cdac5b38 fix Smartfile class 2017-04-29 17:20:09 +02:00
ed01ebeee8 handle gulp in seperate module 2017-04-29 16:50:06 +02:00
eb3c720d4e update to latest standards 2017-04-27 16:48:08 +02:00
675934d049 fix smartfile.fs.fileTreeToObject 2017-03-15 15:25:41 +01:00
fde809eb02 update typings, deps and ci 2017-03-12 00:06:56 +01:00
e9c9e95118 start implementation of Smartfile class 2017-03-04 21:10:46 +01:00
02842f1d0f replace request with smartrequest 2017-02-18 17:01:52 +01:00
3fef2a4ab9 remove beautylog dependency 2017-01-21 12:11:22 +01:00
353058ed73 switch to smartq 2017-01-21 00:47:48 +01:00
3e1101c5e1 add ensureEmptyDir() and ensureEmptyDirSync() 2017-01-01 02:45:53 +01:00
6dee92a3df remove gulp dependency 2016-10-27 18:55:18 +02:00
0a810a3ac1 some style improvement 2016-09-30 16:38:24 +02:00
cfcd1f7aaf fix absolute pathing 2016-09-30 16:16:11 +02:00
2c52dec8ea add removeMany and removeManySync 2016-09-29 14:17:46 +02:00
38354d2944 add ensureFile and ensureFileSync 2016-09-24 21:42:45 +02:00
f7b8fe5498 now adhering to standard js 2016-09-20 17:56:49 +02:00
d732d1ba97 4.0.16 2016-09-17 23:11:44 +02:00
ab76cae75e update 2016-09-02 16:31:39 +02:00
86eafe4568 update typings 2016-07-19 20:28:28 +02:00
d20742f881 fix some things 2016-07-01 06:07:58 +02:00
23188dfe3f now has fileTree function 2016-07-01 01:37:48 +02:00
2e2b8351f8 fix regex filter 2016-06-28 09:59:59 +02:00
8c386ee91c remove tyings.json 2016-06-28 08:48:47 +02:00
8205da5284 add folder lists array and make them filterable through regex 2016-06-28 08:40:22 +02:00
e948d08f2e add smartfile.fs.ensureDir 2016-06-28 06:57:51 +02:00
fea9675b2a improve memory.toFs(Sync) 2016-06-24 03:36:51 +02:00
7b4626586c rename some actions 2016-06-23 18:39:02 +02:00
f5e89c57e5 big consolidation 2016-06-23 18:31:55 +02:00
d02e59a829 restructure 2016-06-23 17:42:08 +02:00
2599753877 now using typings that resolve with modules 2016-05-23 08:15:47 +02:00
Philipp Kunz
f3a81d60e9 updated structure and introduced new Smartfile class 2016-05-20 00:31:53 +02:00
LosslessBot
5d898baadf now has typings 2016-05-01 23:19:54 +02:00
4b1f3d234b now has get.folders() and get.foldersSync function 2016-04-14 20:33:58 +02:00
c09fe29d99 added memory to object function 2016-04-09 22:51:30 +02:00
a787836e56 added toObject function to memory module 2016-04-07 23:38:24 +02:00
c60eac7787 now has working memory module 2016-04-04 15:44:00 +02:00
581b9e21d3 implemented memory module 2016-04-02 23:03:18 +02:00
20a3fdba03 now can remove files 2016-03-21 00:28:29 +01:00
9a05df4200 restructure code and make remote and local file delivery conform 2016-03-20 17:36:38 +01:00
9aac47cae3 now handling gulp streams allright 2016-03-19 22:07:59 +01:00
4a8df9c12f tests running though, can now handle local and remote files 2016-03-18 17:34:31 +01:00
34d38cd3d4 work in progress 2016-03-18 09:19:46 +00:00
641218e841 add copy 2016-03-14 03:50:14 +01:00
3511f36b67 added checks 2016-02-04 14:21:48 +01:00
32465d2556 add proper mocha tests and update deps 2016-02-03 12:52:09 +01:00
Philipp Kunz
c0ee2996ce added requireReload function 2015-12-08 20:33:13 +01:00
Philipp Kunz
0c0449527d added capability to read a file to a vinyl file object 2015-12-03 20:48:32 +01:00
Philipp Kunz
2ba06f27dc now using fs-extra for josn 2015-11-24 18:56:53 +01:00
Philipp Kunz
228f855a39 now can read yaml 2015-11-24 18:52:24 +01:00
Philipp Kunz
7da57901dd fix dep 2015-11-03 20:29:19 +01:00
Philipp Kunz
36371d9469 updated test 2015-11-03 20:22:16 +01:00
Philipp Kunz
e55e30bdb3 updated test 2015-11-03 20:19:46 +01:00
Philipp Kunz
8d8d7e7ff4 fix 2015-11-03 20:14:41 +01:00
Philipp Kunz
39cd77ef7c initial 2015-11-03 19:57:29 +01:00