Trott / grunt-html-smoosher

A grunt task which takes an HTML file, finds all the CSS and JS links, and outputs a version with all the CSS and JS written inline for ease of pasting into a cms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

readme suggestion not working

kwoolfm opened this issue · comments

Readme says to use:

          files: {
                'main.html': 'html/main-template.html'
            }   

but that doesn't work. This seems to work for me.

        default_options: {
            files: {
                'main.html': 'html/main-template.html'
            }
        }

Same here, options need to be in a target.