Lines Matching refs:files
48 // This must come last so that it overwrites any conflicting files!
55 // This must come last so that it overwrites any conflicting files!
89 files: buildCompositionDirs.map(function (dir) {
99 * Copy files that do not need to be compiled into the compiled directory.
102 files: [{
141 * Compile LESS source code into minified CSS files.
144 files: [{
167 * This is needed to force the browser to refetch JavaScript files when a new version of AM is deployed.
191 // These files are excluded from optimization so that the UI can be customized without having to
208 files: watchCompositionDirs.map(function (dir) {
218 * Copy files that do not need to be compiled into the compiled directory.
224 files: [{
234 * Copy the test source files into the test-classes target directory.
237 files: testInputDirs.map(function (inputDirectory) {
245 compareUsing: "md5" // Avoids spurious syncs of touched, but otherwise unchanged, files (e.g. CSS)
248 * Copy the compiled files to the server deploy directory.
251 files: [{
257 compareUsing: "md5" // Avoids spurious syncs of touched, but otherwise unchanged, files (e.g. CSS)
262 * Redeploy whenever any source files change.
265 files: watchCompositionDirs.concat(testWatchDirs).map(function (dir) {