Skip to content

Commit

Permalink
Merge 8102fa7 into 7df9011
Browse files Browse the repository at this point in the history
  • Loading branch information
t3easy committed Jun 14, 2019
2 parents 7df9011 + 8102fa7 commit b67f6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ gulp.task('requirejsBuild', function() {
return rjs({
baseUrl: 'root/directory/of/js/files/',
out: 'FILENAME_TO_BE_OUTPUTTED',
main: 'mainfile', // no extension
name: 'mainfile', // no extension
shim: {
// standard require.js shim options
},
Expand Down Expand Up @@ -105,7 +105,7 @@ gulp.task('requirejsBuild', function() {
return rjs({
baseUrl: 'root/directory/of/js/files/',
out: 'FILENAME_TO_BE_OUTPUTTED',
main: 'mainfile', // no extension
name: 'mainfile', // no extension
generateSourceMaps: true,
shim: {
// standard require.js shim options
Expand Down

0 comments on commit b67f6ee

Please sign in to comment.