Build a spiffs file system binary for embedding/writing onto the Sming ESP8266 spiffs file system. This code forked from https://github.com/xlfe/spiffy and changed for bigger fs and file sizes and stability.
spiffy builds a binary spiffs image for you to write_flash to a esp8266 runing Sming so you can get all the files onto your cool IoT device in one fell swoop.
Basic usage is "spiffy 196608 webFiles" after build. You can build spiffy like this.
git clone https://github.com/alonewolfx2/spiffy.git
cd spiffy
make
C:\Users\Suskun\Documents\GitHub\spiffy\build>spiffy 196608 webFiles
Creating rom spiff_rom.bin of size 196608 bytes
Adding files in directory webFiles
Unable to read file .
Unable to read file ..
bootstrap.css.gz added to spiffs (15615 bytes)
index.html added to spiffs (12466 bytes)
jquery.js.gz added to spiffs (30153 bytes)
settings.html added to spiffs (4210 bytes)
style.css added to spiffs (7710 bytes)
wifi-sprites.png added to spiffs (1769 bytes)