Lines Matching refs:files
49 // This must come last so that it overwrites any conflicting files!
56 // This must come last so that it overwrites any conflicting files!
96 files: [{
104 files: [{
126 files: buildCompositionDirs.map(function (dir) {
136 * Copy files that do not need to be compiled into the compiled directory.
139 files: [{
150 * Copy files that have been transpiled into the compiled directory.
153 files: [{
194 * Compile LESS source code into minified CSS files.
197 files: [{
220 * This is needed to force the browser to refetch JavaScript files when a new version of AM is deployed.
244 // These files are excluded from optimization so that the UI can be customized without having to
261 files: watchCompositionDirs.map(function (dir) {
271 * Copy files that do not need to be compiled into the compiled directory.
277 files: [{
287 * Copy files that have been transpiled (with their source maps) into the compiled directory.
290 files: [{
301 * Copy the test source files into the test-classes target directory.
304 files: testInputDirs.map(function (inputDirectory) {
312 compareUsing: "md5" // Avoids spurious syncs of touched, but otherwise unchanged, files (e.g. CSS)
315 * Copy the compiled files to the server deploy directory.
318 files: [{
324 compareUsing: "md5" // Avoids spurious syncs of touched, but otherwise unchanged, files (e.g. CSS)
329 * Redeploy whenever any source files change.
332 files: watchCompositionDirs.concat(testWatchDirs).map(function (dir) {