I installed Supersized with Bower in a project generated with the gulp-webapp generator and I'm getting a problem running gulp's watch task:
supersized was not injected in your file.
Please go take a look in "app/bower_components/supersized" for the file you need, then manually include it in your file.
Is that because the 'main' property is missing in Supersized's bower.json file?
What is recommended in this case, when it primarily depends on two files, the .js and the .css?