UNPKG

foundation-sites-5

Version:

**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**

8 lines 173 B
// https://github.com/gruntjs/grunt-contrib-concat module.exports = { dist: { files: { '<%= paths.dist %>assets/js/foundation.js': '<%= files.js %>' } } };