File: package.js

package info (click to toggle)
node-moment 2.16.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,380 kB
  • ctags: 792
  • sloc: sh: 36; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
var profile = {
    resourceTags: {
        ignore: function(filename, mid){
            // only include moment/moment
            return mid != "moment/moment";
        },
        amd: function(filename, mid){
            return /\.js$/.test(filename);
        }
    }
};