Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit e50f602

Browse files
committed
chore: add another exclusion
1 parent f573027 commit e50f602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ module.exports = function(grunt) {
232232
name: name,
233233
moduleName: enquote(`ui.bootstrap.${name}`),
234234
displayName: ucwords(breakup(name, ' ')),
235-
srcFiles: grunt.file.expand([`src/${name}/*.js`, `!src/${name}/index.js`]),
235+
srcFiles: grunt.file.expand([`src/${name}/*.js`, `!src/${name}/index.js`, `!src/${name}/index-nocss.js`]),
236236
cssFiles: grunt.file.expand(`src/${name}/*.css`),
237237
tplFiles: grunt.file.expand(`template/${name}/*.html`),
238238
tpljsFiles: grunt.file.expand(`template/${name}/*.html.js`),

0 commit comments

Comments
 (0)