Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
use raw-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Champion committed Jul 5, 2017
1 parent 11d0afa commit 916c8ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ module.exports.js = function(gulp, config) {
{
test: /\.html$/,
loader: 'raw'
},
{
test: /\.txt$/,
loader: 'raw'
}
]
},
Expand Down

0 comments on commit 916c8ff

Please sign in to comment.