Codebase list node-moment / debian/2.15.1+ds-1 package.js
debian/2.15.1+ds-1

Tree @debian/2.15.1+ds-1 (Download .tar.gz)

package.js @debian/2.15.1+ds-1raw · history · blame

var profile = {
    resourceTags: {
        ignore: function(filename, mid){
            // only include moment/moment
            return mid != "moment/moment";
        },
        amd: function(filename, mid){
            return /\.js$/.test(filename);
        }
    }
};